Насколько JavaScript сильный? Статья о преобразованиях типов в JS и ошибках приведения.
https://medium.com/devschacht/javascript-coercions-9a36505c1370
https://medium.com/devschacht/javascript-coercions-9a36505c1370
GreenSock 3 Web Animation: познакомьтесь с новыми функциями GSAP
https://www.sitepoint.com/greensock-3-animation-features/
https://www.sitepoint.com/greensock-3-animation-features/
Sitepoint
GreenSock 3 Web Animation: Get to Know GSAP's New Features
Learn about the great features in GreenSock Animation Platform 3, and find out how to use them to create better animations for the web.
Глубокое погружение в WebAssembly: пробуем основы
https://evilmartians.com/chronicles/hands-on-webassembly-try-the-basics
https://evilmartians.com/chronicles/hands-on-webassembly-try-the-basics
evilmartians.com
Hands-on WebAssembly: Try the basics—Martian Chronicles, Evil Martians’ team blog
Learn the basics of WebAssembly through code examples and try different ways to compile C and Rust programs for the browser with the help of Docker image from Evil Martians.
Небольшое руководство по CI/CD для фронтенд разработчиков
https://blog.maximeheckel.com/posts/guide-to-cicd-for-frontend-developers
https://blog.maximeheckel.com/posts/guide-to-cicd-for-frontend-developers
The Blog of Maxime Heckel
The little guide to CI/CD for frontend developers - The Blog of Maxime Heckel
How to ship your app faster, more reliably and make your team unstoppable with good testing practices and automation.
Настройка микро-архитектуры фронтенда с помощью Vue и single-spa
https://itnext.io/setup-a-micro-frontend-architecture-with-vue-and-single-spa-2c89528bf72f
https://itnext.io/setup-a-micro-frontend-architecture-with-vue-and-single-spa-2c89528bf72f
Medium
Setup a Micro Frontend Architecture With Vue and single-spa
A practical walkthrough on building a micro frontend architecture with multiple Vue.js apps using single-spa.
Погружаемся в Jamstack с помощью React, Serverless и Airtable
https://css-tricks.com/going-jamstack-with-react-serverless-and-airtable/
https://css-tricks.com/going-jamstack-with-react-serverless-and-airtable/
CSS-Tricks
Going Jamstack with React, Serverless, and Airtable
The best way to learn is to build. Let’s learn about this hot new buzzword, Jamstack, by building a site with React, Netlify (Serverless) Functions, and
Архитектура фронтенда: стабильные и изменчивые зависимости
https://dmitripavlutin.com/frontend-architecture-stable-and-volatile-dependencies/
https://dmitripavlutin.com/frontend-architecture-stable-and-volatile-dependencies/
Dmitri Pavlutin Blog
Front-end Architecture: Stable and Volatile Dependencies
Designing correctly the dependencies, both stable and volatile ones, is an important skill to architect Front-end applications.
6 советов и лучших практик для масштабируемого проекта на React
https://blog.bitsrc.io/best-practices-and-tips-for-a-scalable-react-application-db708ae49227
https://blog.bitsrc.io/best-practices-and-tips-for-a-scalable-react-application-db708ae49227
Medium
6 Tips and Best Practices for a Scalable React Project
When starting a new React project, it’s always a good idea to put together some guidelines that you and your team will follow to make the…
Почему CSS ::before не работает с инпутами и изображениями
https://webplatform.news/issues/2020-08-26
https://webplatform.news/issues/2020-08-26
CSSPLIT — CSS-сплиттер, который берет ваш файл main.css и разбивается на css файлы для конкретных компонентов.
https://github.com/royalbhati/CSSplit
https://github.com/royalbhati/CSSplit
GitHub
GitHub - royalbhati/CSSplit: CSS splitter that takes your big css file and splits into component specific css files
CSS splitter that takes your big css file and splits into component specific css files - royalbhati/CSSplit
Полное пошаговое руководство по API GraphQL с React и FaunaDB
https://css-tricks.com/a-complete-walkthrough-of-graphql-apis-with-react-and-faunadb/
https://css-tricks.com/a-complete-walkthrough-of-graphql-apis-with-react-and-faunadb/
CSS-Tricks
A Complete Walkthrough of GraphQL APIs with React and FaunaDB
As a web developer, there is an interesting bit of back and forth that always comes along with setting up a new application. Even using a full stack web
Лучший способ отложенной загрузки изображений для максимальной производительности
https://blog.prototyp.digital/best-way-to-lazy-load-images-for-maximum-performance/
https://blog.prototyp.digital/best-way-to-lazy-load-images-for-maximum-performance/
Prototyped - Thoughts from the folks at PROTOTYP
Best way to lazy load images for maximum performance - Prototyped
Lazy loading is important for optimizing image loading and therefore improving web performance. This article covers how to implement native lazy loading with fallback for unsupported browsers.