#web
Умный бандлинг: как отдавать устаревший код старым браузерам
https://www.smashingmagazine.com/2018/10/smart-bundling-legacy-code-browsers/
Умный бандлинг: как отдавать устаревший код старым браузерам
https://www.smashingmagazine.com/2018/10/smart-bundling-legacy-code-browsers/
Smashing Magazine
Smart Bundling: How To Serve Legacy Code Only To Legacy Browsers — Smashing Magazine
While effective bundling of resources on the web has received a great deal of mindshare in recent times, how we ship front-end resources to our users has remained pretty much the same. The average weight of JavaScript and style resources that a website ships…
#chrome
Chrome 70 поддерживает [список фич] и AV1 – почему поддержка этого кодека так важна?
https://habr.com/company/Voximplant/blog/427021/
Chrome 70 поддерживает [список фич] и AV1 – почему поддержка этого кодека так важна?
https://habr.com/company/Voximplant/blog/427021/
#js
Понимание паттернов проектирования в JavaScript
https://blog.bitsrc.io/understanding-design-patterns-in-javascript-13345223f2dd
Понимание паттернов проектирования в JavaScript
https://blog.bitsrc.io/understanding-design-patterns-in-javascript-13345223f2dd
#js
Создание 100% типобезопасного React приложения на ванильном JavaScript
https://medium.com/@martin_hotell/build-100-type-safe-react-apps-in-vanilla-javascript-bd29a8364078
Создание 100% типобезопасного React приложения на ванильном JavaScript
https://medium.com/@martin_hotell/build-100-type-safe-react-apps-in-vanilla-javascript-bd29a8364078
Medium
Build 100% type-safe React apps in vanilla JavaScript
Or how we can benefit from TypeScript to full extent, without having to write any TS in our codebase, by leveraging standard JSDoc type…
#web
Как применять принципы SOLID в приложениях на React
https://medium.com/@tomgold_48918/how-to-apply-solid-principles-in-react-applications-6c964091a982
Как применять принципы SOLID в приложениях на React
https://medium.com/@tomgold_48918/how-to-apply-solid-principles-in-react-applications-6c964091a982
Medium
How to apply SOLID principles in React applications
In this article, we are going to look at the SOLID principles and how to apply them in the React.
#css
Как сделать импорт Sass файла в любой компонент Vue приложения
https://css-tricks.com/how-to-import-a-sass-file-into-every-vue-component-in-an-app/
Как сделать импорт Sass файла в любой компонент Vue приложения
https://css-tricks.com/how-to-import-a-sass-file-into-every-vue-component-in-an-app/
#js
Как уменьшить влияние JavaScript на время загрузки вашей страницы
https://engineering.gosquared.com/improve-javascript-page-load-time
Как уменьшить влияние JavaScript на время загрузки вашей страницы
https://engineering.gosquared.com/improve-javascript-page-load-time
#typescript
Школа магии TypeScript: дженерики и расширение типов
https://habr.com/company/ruvds/blog/426729/
Школа магии TypeScript: дженерики и расширение типов
https://habr.com/company/ruvds/blog/426729/
#html
Соединение ДНК HTML с помощью атрибутов селекторов CSS
https://www.smashingmagazine.com/2018/10/attribute-selectors-splicing-html-dna-css/
Соединение ДНК HTML с помощью атрибутов селекторов CSS
https://www.smashingmagazine.com/2018/10/attribute-selectors-splicing-html-dna-css/
#web
Что нового в Microsoft Edge в Windows 10 October 2018 Update
https://blogs.windows.com/msedgedev/2018/10/04/edgehtml-18-october-2018-update/
Что нового в Microsoft Edge в Windows 10 October 2018 Update
https://blogs.windows.com/msedgedev/2018/10/04/edgehtml-18-october-2018-update/
#web
Аннотированный webpack 4 Config для разработки фронтенда
https://nystudio107.com/blog/an-annotated-webpack-4-config-for-frontend-web-development
Аннотированный webpack 4 Config для разработки фронтенда
https://nystudio107.com/blog/an-annotated-webpack-4-config-for-frontend-web-development
#react
Ломаем производительность React с помощью Redux
https://blog.scottlogic.com/2018/10/22/ruining-react-s-performance-with-redux.html
Ломаем производительность React с помощью Redux
https://blog.scottlogic.com/2018/10/22/ruining-react-s-performance-with-redux.html
Scott Logic
Ruining React's Performance with Redux
Developing with Redux makes managing your React state easier, but if not integrated correctly it can remove key advantages of using React, wrecking your application's performance. This blog will outline how I managed to create a painfully slow React app and…