Внедрение критического CSS, от CMS до CLS
https://calendar.perfplanet.com/2020/implementing-critical-css-from-cms-to-cls/
https://calendar.perfplanet.com/2020/implementing-critical-css-from-cms-to-cls/
Web Performance Calendar
Implementing critical CSS, from CMS to CLS
Those who have run into the motherfuckingwebsite-series already know how to build the fastest website. And even if you don't, it speaks for itself: just use HTML only. Because even CSS is render blocking, and always have been (2012).
But such websites aren't…
But such websites aren't…
Observer vs Scroll Lazy Loading: сравнение методов
https://medium.com/swlh/this-article-came-out-of-my-desire-to-find-the-best-lazy-loading-approach-for-a-good-user-156d02e83b71
https://medium.com/swlh/this-article-came-out-of-my-desire-to-find-the-best-lazy-loading-approach-for-a-good-user-156d02e83b71
Medium
This Article Came Out of My Desire to Find the Best Lazy Loading Approach for a Good User…
Observer Lazy Loading Pattern
Проверенные и достоверные советы 25 экспертов по React, которые сделают вас более продуктивным
https://www.telerik.com/kendo-react-ui/react-best-practices-and-productivity-tips/
https://www.telerik.com/kendo-react-ui/react-best-practices-and-productivity-tips/
Telerik
Tried & True Tips from 25 React Experts to Make You More Productive
25 excellent #productivity Tips for React developers from 25 React and JavaScript experts – dive in and enjoy!
Руководство по архитектуре микрофронтендов для новичков
https://www.sitepoint.com/a-beginners-guide-to-the-micro-front-end-architecture/
https://www.sitepoint.com/a-beginners-guide-to-the-micro-front-end-architecture/
SitePoint
A Beginner’s Guide to the Micro Frontend Architecture
Learn about micro-frontends, an architecture pattern for building scalable web apps and user interactions, like a sliced-up single-page app.
Устали от глупых шуток о JS? Напишите свою библиотеку
https://habr.com/ru/company/skillfactory/blog/535138/
https://habr.com/ru/company/skillfactory/blog/535138/
Вырезаем, копируем и вставляем в JavaScript с помощью Clipboard API
https://www.sitepoint.com/clipboard-api/
https://www.sitepoint.com/clipboard-api/
Основы чистых функций JavaScript
https://blog.bitsrc.io/basics-of-javascript-pure-functions-3e6f3437066
https://blog.bitsrc.io/basics-of-javascript-pure-functions-3e6f3437066
Делаем схему выбора мест в кинозале на React: о canvas, красивом дизайне и оптимизации
https://habr.com/ru/company/tinkoff/blog/535046/
https://habr.com/ru/company/tinkoff/blog/535046/
Аннотированное руководство по React Server Components
https://www.swyx.io/react-server-components-demo/
https://www.swyx.io/react-server-components-demo/
www.swyx.io
An Annotated Guide to React Server Components
React Server Components are a nuanced, sweeping addition to React's existing capabilities. This is my guide.
Как оптимизировать прогрессивные веб-приложения: выходим за рамки основ
https://www.smashingmagazine.com/2020/12/progressive-web-apps/
https://www.smashingmagazine.com/2020/12/progressive-web-apps/
Smashing Magazine
How To Optimize Progressive Web Apps: Going Beyond The Basics — Smashing Magazine
Progressive web applications are proven to raise user engagement and keep the costs down effectively. Building a modern PWA requires more than just the core setup to keep up with the user’s expectations. Today, Gert Svaiko will take a first-hand look at adding…
Фреймворки JavaScript, Сравнение производительности 2020
https://medium.com/javascript-in-plain-english/javascript-frameworks-performance-comparison-2020-cd881ac21fce
https://medium.com/javascript-in-plain-english/javascript-frameworks-performance-comparison-2020-cd881ac21fce
Medium
JavaScript Frameworks, Performance Comparison 2020
The ultimate performance battle between JavaScript frameworks
Кредитная карта с эффектом матового стекла на CSS
https://daily-dev-tips.com/posts/css-frosted-glass-credit-card/
https://daily-dev-tips.com/posts/css-frosted-glass-credit-card/
HTML/CSS техники для уменьшения вашего JavaScript
https://calendar.perfplanet.com/2020/html-and-css-techniques-to-reduce-your-javascript/
https://calendar.perfplanet.com/2020/html-and-css-techniques-to-reduce-your-javascript/
29 вопросов для интервью по Angular, к которым нужно подготовиться
https://medium.com/javascript-in-plain-english/29-angular-interview-questions-to-prepare-for-a113bcd4b23c
https://medium.com/javascript-in-plain-english/29-angular-interview-questions-to-prepare-for-a113bcd4b23c
localForage: Управление браузерным оффлайн-хранилищем
https://blog.logrocket.com/localforage-managing-offline-browser-storage/
https://blog.logrocket.com/localforage-managing-offline-browser-storage/
LogRocket Blog
localForage: Managing offline browser storage - LogRocket Blog
In this tutorial, you can learn how to set up localForage and perform basic CRUD actions with it, just like with any other database.