#js
Как работает reduce() в JavaScript и какие крутые вещи можно с ним делать
https://medium.com/@stasonmars/b650c397bee6
Как работает reduce() в JavaScript и какие крутые вещи можно с ним делать
https://medium.com/@stasonmars/b650c397bee6
Medium
Как работает reduce() в JavaScript, когда его нужно применять и какие крутые вещи можно с ним делать
В этой статье вы узнаете про метод reduce() и какие клевые штуки можно вытворять с его помощью, выйдя за рамки его общеизвестного…
#vue
Модульное тестирование во Vue: ваш первый тест
https://www.vuemastery.com/blog/Unit-Testing-in-Vue-Your-First-Test/
Модульное тестирование во Vue: ваш первый тест
https://www.vuemastery.com/blog/Unit-Testing-in-Vue-Your-First-Test/
Организация вашего кода JavaScript с помощью функций
https://medium.com/@hohanga/organizing-your-javascript-code-with-functions-c2e0d1b9b776
https://medium.com/@hohanga/organizing-your-javascript-code-with-functions-c2e0d1b9b776
Medium
Organizing Your JavaScript Code with Functions
Functions are small blocks of code that takes in some inputs and may return some output or have side effects, which means that if modifies…
Распространённые заблуждения о наследовании в JavaScript
https://medium.com/devschacht/eric-elliott-common-misconceptions-about-inheritance-in-javascript-f6137fc3a45a
https://medium.com/devschacht/eric-elliott-common-misconceptions-about-inheritance-in-javascript-f6137fc3a45a
Medium
Распространённые заблуждения о наследовании в JavaScript
Перевод статьи [Eric Elliott](https://twitter.com/_ericelliott): [Common Misconceptions About Inheritance in…
#js
Создание собственных синтаксических конструкций для JavaScript с использованием Babel.
https://habr.com/ru/company/ruvds/blog/470878/
Создание собственных синтаксических конструкций для JavaScript с использованием Babel.
https://habr.com/ru/company/ruvds/blog/470878/
Заметки верстальщика: Полезные расширения Google Chrome в 2019 году
https://habr.com/ru/company/wrike/blog/471938/
https://habr.com/ru/company/wrike/blog/471938/
Хабр
Заметки верстальщика: Полезные расширения Google Chrome в 2019 году
В моем браузере установлено около 30 расширений, которые упрощают жизнь и работу в интернете. В этой статье я хочу поделиться 10 актуальными расширениями Google Chrome для верстальщика, которые...
Остановка анимации во время изменения размера окна
https://css-tricks.com/stop-animations-during-window-resizing/
https://css-tricks.com/stop-animations-during-window-resizing/
CSS-Tricks
Stop Animations During Window Resizing | CSS-Tricks
Say you have page that has a bunch of transitions and animations on all sorts of elements. Some of them get triggered when the window is resized because they
Использование Vuex Store с TypeScript: решение, совместимое с Vue 3 Composition API
https://itnext.io/use-a-vuex-store-with-typing-in-typescript-without-decorators-or-boilerplate-57732d175ff3
https://itnext.io/use-a-vuex-store-with-typing-in-typescript-without-decorators-or-boilerplate-57732d175ff3
Сравнение 8 способов стилизации компонентов в React
https://www.sitepoint.com/react-components-styling-options/
https://www.sitepoint.com/react-components-styling-options/
Sitepoint
Style React Components: 7 Ways Compared — SitePoint
Understand the best ways to style React components. We compare regular CSS with preprocessors like Sass and CSS-in-JS libraries.
#angular
The Angular Team @ AngularConnect 2019 - основные доклады конфы про Angular
https://blog.angular.io/the-angular-team-angularconnect-2019-b23be3762ccb
The Angular Team @ AngularConnect 2019 - основные доклады конфы про Angular
https://blog.angular.io/the-angular-team-angularconnect-2019-b23be3762ccb
Medium
The Angular Team @ AngularConnect 2019
It was our pleasure to attend AngularConnect again this year and to talk to hundreds of amazing engineers.
Стилизуйте стиль наведения, фокус и активное состояние по-разному
https://zellwk.com/blog/style-hover-focus-active-states/
https://zellwk.com/blog/style-hover-focus-active-states/
Zellwk
Style hover, focus, and active states differently | Zell Liew
Why you should (and how to) style hover, focus, and active states differently
#vue
10 лучших практик для создания и поддержки крупных проектов на Vue.js
https://www.telerik.com/blogs/10-good-practices-building-maintaining-large-vuejs-projects
10 лучших практик для создания и поддержки крупных проектов на Vue.js
https://www.telerik.com/blogs/10-good-practices-building-maintaining-large-vuejs-projects
Telerik Blogs
10 Good Practices for Building Large Vue.js Projects
Here are the top best practices I've developed while building and maintaining Vue projects with a large code base.
Как эффективно использовать Context API с хуками, избегая узких мест в производительности
https://www.telerik.com/blogs/how-to-use-context-api-with-hooks-efficiently-while-avoiding-performance-bottlenecks
https://www.telerik.com/blogs/how-to-use-context-api-with-hooks-efficiently-while-avoiding-performance-bottlenecks
Telerik Blogs
How to Use Context API with Hooks While Avoiding Bottlenecks
Learn how to efficiently create and consume Context API with the use of hooks without performance issues.