Думайте о компонентах React как о State Machines, а не о функциях
https://levelup.gitconnected.com/think-of-react-hooks-as-state-machines-not-functions-39cf9d086a94
https://levelup.gitconnected.com/think-of-react-hooks-as-state-machines-not-functions-39cf9d086a94
Medium
Think of React Components as State Machines, Not Functions
Functional components aren’t so functional any more. So how do we model them?
5 идей о том, как включить веб-доступность в процесс разработки
https://levelup.gitconnected.com/5-tips-on-how-to-incorporate-web-accessibility-into-your-dev-workflow-74d831e92fba
https://levelup.gitconnected.com/5-tips-on-how-to-incorporate-web-accessibility-into-your-dev-workflow-74d831e92fba
Medium
5 Ideas on How to Incorporate Web Accessibility into your Dev Workflow
Thoughts and philosophies for how to set up your team’s workflow to tackle accessibility
Построение компонентов с выпадающими блоками с помощью Angular и Material CDK
https://habr.com/ru/company/europlan/blog/561494/
https://habr.com/ru/company/europlan/blog/561494/
React Intl: интернационализируйте свои React приложения
https://blog.logrocket.com/react-intl-internationalize-your-react-apps/
https://blog.logrocket.com/react-intl-internationalize-your-react-apps/
LogRocket Blog
React Intl: Internationalize your React apps - LogRocket Blog
With the React Intl library, learn how to internationalize any React project to seamlessly change language and currency within web apps.
Как внедрить оптимизизацию изображений во Vue
https://css-tricks.com/start-serving-optimized-images-in-vue/
https://css-tricks.com/start-serving-optimized-images-in-vue/
CSS-Tricks
Start Serving Optimized Images in Vue | CSS-Tricks
Images have become extremely important to the effectiveness of websites. They speak a 1000 words, attract attention, and stimulate emotions.
Идеальные всплывающие подсказки с обрезкой и маскированием CSS
https://css-tricks.com/perfect-tooltips-with-css-clipping-and-masking/
https://css-tricks.com/perfect-tooltips-with-css-clipping-and-masking/
CSS-Tricks
Perfect Tooltips With CSS Clipping and Masking | CSS-Tricks
Clipping and masking have been around for a while now in CSS and even have pretty decent browser support. I recently worked on a project that needed to use a
Don't Stop Me Now: как использовать хук useTransition() в React
https://dmitripavlutin.com/react-usetransition/
https://dmitripavlutin.com/react-usetransition/
Dmitri Pavlutin Blog
Don't Stop Me Now: How to Use React useTransition() hook
How to speed up UI updates by prioritizing updates using React useTranstion() hook.
Новые JavaScript-API для работы с аппаратным обеспечением
https://habr.com/ru/company/ruvds/blog/562532/
https://habr.com/ru/company/ruvds/blog/562532/
Как создавать диаграммы на CSS с помощью интересных форм, символов и эмодзи
https://css-tricks.com/how-to-create-css-charts-with-interesting-shapes-glyphs-and-emoji/
https://css-tricks.com/how-to-create-css-charts-with-interesting-shapes-glyphs-and-emoji/
CSS-Tricks
How to Create CSS Charts With Interesting Shapes, Glyphs and Emoji | CSS-Tricks
Let’s forego the usual circles and bars we typically see used in charts for more eccentric shapes. With online presentations more and more common today, a
Тестируете React MobX store? C Cypress это легко!
https://medium.com/geekculture/testing-mobx-store-with-react-cypress-made-it-easy-abc5b1571320
https://medium.com/geekculture/testing-mobx-store-with-react-cypress-made-it-easy-abc5b1571320
Medium
Testing React MobX store? Cypress made it easy!
This blog post assumes you’ve already installed Cypress, understand react jargons, and state management mechanism. Now, if you are a person…
Топ-5 встроенных баз данных для JavaScript приложений
https://blog.bitsrc.io/top-5-embedded-databases-for-javascript-applications-1c68496aebac
https://blog.bitsrc.io/top-5-embedded-databases-for-javascript-applications-1c68496aebac
Medium
Top 5 Embedded Databases for JavaScript Applications
What do you use when you only need to store small amounts of data
Создание приложения с React и Nx
https://blog.logrocket.com/building-an-application-with-react-and-nx/
https://blog.logrocket.com/building-an-application-with-react-and-nx/
LogRocket Blog
Building an application with React and Nx - LogRocket Blog
Create an application React and Nx, a build framework that allows you to build monorepos and scaffold full applications in place.
👍2
Как работает JavaScript: высокопроизводительный код + 8 советов по оптимизации
https://blog.sessionstack.com/how-javascript-works-high-performing-code-8-optimization-tips-cec4aab07e64
https://blog.sessionstack.com/how-javascript-works-high-performing-code-8-optimization-tips-cec4aab07e64
Medium
How JavaScript works: high-performing code + 8 optimization tips
This is post # 33 of the series, dedicated to exploring JavaScript and its building components. In the process of identifying and…