Как создавать темы для ваших приложений на Angular 7, используя CSS-переменные
https://medium.freecodecamp.org/how-to-create-themes-for-your-angular-7-apps-using-css-variables-69251690e9c5
https://medium.freecodecamp.org/how-to-create-themes-for-your-angular-7-apps-using-css-variables-69251690e9c5
freeCodeCamp.org
How to create themes for your Angular 7 apps using CSS Variables
In this post, we will build a super simple cryptocurrency listing app using Angular 7 and CSS variables. Table of ContentsDesignProject SetupCodeConclusion, Repo, and Further ReadingWhat we’re aiming forDesignFeel free to skip this section if you’re only…
Основы движков JavaScript: общие формы и Inline кэширование. Часть 1
https://habr.com/ru/company/otus/blog/446446/
https://habr.com/ru/company/otus/blog/446446/
Хабр
Основы движков JavaScript: общие формы и Inline кэширование. Часть 1
Привет, друзья. В конце апреля мы запускаем новый курс «Безопасность информационных систем» . И уже сейчас хотим поделиться с вами переводом статьи, которая непременно будет очень полезной для курса....
Angular Context: простое связывание данных для вложенных деревьев компонентов и Router Outlet
https://medium.com/@ozak/angular-context-easy-data-binding-for-nested-component-trees-and-the-router-outlet-a977efacd48
https://medium.com/@ozak/angular-context-easy-data-binding-for-nested-component-trees-and-the-router-outlet-a977efacd48
Angular In Depth
Angular Context: Easy Data-Binding for Nested Component Trees and the Router Outlet
Data-binding in Angular is awesome. Really. Just decorate a public property — or setter for that matter — on a component class with…
Edge идет к Chromium: что это значит для разработчиков фронтенда?
https://css-tricks.com/edge-goes-chromium-what-does-it-mean-for-front-end-developers/
https://css-tricks.com/edge-goes-chromium-what-does-it-mean-for-front-end-developers/
Нативная ленивая загрузка и fallback на основе js с vanilla-lazyload 12
https://www.andreaverlicchi.eu/native-lazy-loading-with-vanilla-lazyload/
https://www.andreaverlicchi.eu/native-lazy-loading-with-vanilla-lazyload/
Управление состоянием с помощью React Hooks — без Redux или Context API
https://medium.com/javascript-in-plain-english/state-management-with-react-hooks-no-redux-or-context-api-8b3035ceecf8
https://medium.com/javascript-in-plain-english/state-management-with-react-hooks-no-redux-or-context-api-8b3035ceecf8
Medium
State Management with React Hooks — No Redux or Context API
React Hooks are more powerful than you think. Today, we are going to explore it and develop a custom Hook to manage global states, easier.
Шаблоны проектирования в современной JavaScript разработке
https://levelup.gitconnected.com/design-patterns-in-modern-javascript-development-ec84d8be06ca
https://levelup.gitconnected.com/design-patterns-in-modern-javascript-development-ec84d8be06ca
Medium
Design patterns in modern JavaScript development
Thoughts on effective communication in the design of software projects
Подводные камни Async / Await в циклах массивов
https://medium.com/dailyjs/the-pitfalls-of-async-await-in-array-loops-cf9cf713bfeb
https://medium.com/dailyjs/the-pitfalls-of-async-await-in-array-loops-cf9cf713bfeb
Medium
The Pitfalls of Async/Await in Array Loops
Using async/await while looping through arrays in Javascript loop seems simple, but there’s some non-intuitive behavior to look out for…
Обзор популярных CSS-in-JS библиотек для React
https://www.telerik.com/blogs/overview-of-popular-css-in-js-libraries-for-react
https://www.telerik.com/blogs/overview-of-popular-css-in-js-libraries-for-react
В Chromium доступна отложенная загрузка iframe и изображений. Тестовый выпуск Microsoft Edge
http://www.opennet.ru/opennews/art.shtml?num=50482
http://www.opennet.ru/opennews/art.shtml?num=50482
www.opennet.ru
В Chromium доступна отложенная загрузка iframe и изображений. Тестовый выпуск Microsoft Edge
Разработчики проекта Chromium рассматривают возможность включения по умолчанию оптимизации LazyLoad, которая не загружает iframes и изображения, находящиеся вне видимой области, до тех пор пока пользователь не прокрутит содержимое страницы в область, непосредственно…
Что нужно знать про массивы в JavaScript
https://tproger.ru/translations/javascript-arrays-best-practices/
https://tproger.ru/translations/javascript-arrays-best-practices/
Tproger
Что нужно знать про массивы в JavaScript
Для прохода по массиву, поиску элементов, для сортировки и прочего, вероятнее всего, есть соответствующий метод массива. Разбираемся, какие они бывают.