React Icons: подробное руководство с примерами
https://blog.logrocket.com/react-icons-comprehensive-tutorial-examples/
https://blog.logrocket.com/react-icons-comprehensive-tutorial-examples/
LogRocket Blog
React Icons: A comprehensive tutorial with examples - LogRocket Blog
Learn how to use the React Icons library to display icons in your project with some help from React Hooks and React's Context API.
Пример Angular NgClass — Как добавить условные классы CSS
https://www.freecodecamp.org/news/angular-ngclass-example/
https://www.freecodecamp.org/news/angular-ngclass-example/
freeCodeCamp.org
Angular NgClass Example – How to Add Conditional CSS Classes
By Xing Liu ngClass is a directive in Angular that adds and removes CSS classes on an HTML element. In this article, we are talking about ngClass in Angular only, not ng-class in angular.js. Prerequisites – What is Property Binding? Two things we hav...
Развертывание одностраничных Angular приложений на GitHub Pages
https://blog.logrocket.com/deploying-single-page-angular-apps-to-github-pages/
https://blog.logrocket.com/deploying-single-page-angular-apps-to-github-pages/
LogRocket Blog
Deploying single-page Angular apps to GitHub Pages - LogRocket Blog
Access all the benefits of GitHub when you deploy your single-page Angular app code repositories to GitHub Pages.
Домашний магазин с Vue.js Composition API
https://vueschool.io/articles/vuejs-tutorials/home-rolled-store-with-the-vue-js-composition-api/
https://vueschool.io/articles/vuejs-tutorials/home-rolled-store-with-the-vue-js-composition-api/
vueschool.io
Home Rolled Store with the Vue.js Composition API - Vue School Articles
The Vue.js 3 composition API is useful as a powerful store solution, providing an intuitive way of storing, accessing, and modifying state across components.
Прогнозирование временных рядов на JS: анализ данных для самых маленьких фронтендеров
https://habr.com/ru/post/562126/
https://habr.com/ru/post/562126/
Хабр
Прогнозирование временных рядов на JS: анализ данных для самых маленьких фронтендеров
В этой статье я расскажу о том, почему нормально иногда делать анализ данных в браузере. В чем суть? На своей работе в качестве React Front-end разработчика я обычно работаю с дашбордами и различными...
Что такое State Management? Практическое руководство по Vuex для Nuxt.js приложений
https://medium.com/js-dojo/what-is-state-management-hands-on-vuex-for-clean-nuxt-js-applications-ec51f386dc15
https://medium.com/js-dojo/what-is-state-management-hands-on-vuex-for-clean-nuxt-js-applications-ec51f386dc15
Medium
What is State Management? Hands-On Vuex for clean Nuxt.js Applications.
A beginner’s guide to Vuex. Free Code provided.
Более быстровоспринимаемое время отклика с Angular Material для решения проблемы скорости
https://indepth.dev/posts/1468/how-to-handle-the-need-for-speed
https://indepth.dev/posts/1468/how-to-handle-the-need-for-speed
inDepthDev
Faster Perceived Response Time with Angular Material to tackle Need for Speed - Angular inDepth
While the end-users interacting with apps have lower tolerance to response time and higher need for speed, this post discusses different ways front-end developers can cater to their need for speed with off-the-shelf components from Angular Material.
Cloudflare Pages tutorial: развертывание React приложения через GitHub
https://blog.logrocket.com/cloudflare-pages-tutorial-deploy-a-react-app-via-github/
https://blog.logrocket.com/cloudflare-pages-tutorial-deploy-a-react-app-via-github/
LogRocket Blog
Cloudflare Pages tutorial: Deploying a React app via GitHub - LogRocket Blog
Learn to easily deploy a React app to Cloudflare Pages from your Github repository for free, and without configuring a complex build process.
Знакомьтесь с :has: нативный CSS селектор
https://www.smashingmagazine.com/2021/06/has-native-css-parent-selector/?ref=heydesigner
https://www.smashingmagazine.com/2021/06/has-native-css-parent-selector/?ref=heydesigner
Smashing Magazine
Meet :has, A Native CSS Parent Selector (And More) — Smashing Magazine
What makes relational selector one of the most requested features and how are we, as developers, working around not having it? In this article, we’re going to check the early spec of the :has selector, and see how it should improve the CSS workflow once it’s…
Митап от Сбера для разработчиков, UX/UI-дизайнеров и бизнеса
⏰ 28 июля | Онлайн
На митапе от команды SberDevices вы узнаете все о создании навыков для виртуальных ассистентов Салют: «с нуля» до командной разработки. Без воды и хантинга, только про возможности и практику.
О чем поговорим:
- Какие возможности предлагает SmartMarket SberDevices для бизнеса и команд разработки;
- Как создать смартап, если ты не разработчик;
- Как подключить платежи и продавать свои товары, услуги и идеи на огромную аудиторию Сбера;
Участие бесплатное, по предварительной регистрации на сайте митапа.
До встречи в прямом эфире! ✊
⏰ 28 июля | Онлайн
На митапе от команды SberDevices вы узнаете все о создании навыков для виртуальных ассистентов Салют: «с нуля» до командной разработки. Без воды и хантинга, только про возможности и практику.
О чем поговорим:
- Какие возможности предлагает SmartMarket SberDevices для бизнеса и команд разработки;
- Как создать смартап, если ты не разработчик;
- Как подключить платежи и продавать свои товары, услуги и идеи на огромную аудиторию Сбера;
Участие бесплатное, по предварительной регистрации на сайте митапа.
До встречи в прямом эфире! ✊
Равные столбцы с Flexbox: это сложнее, чем вы думаете
https://css-tricks.com/equal-columns-with-flexbox-its-more-complicated-than-you-might-think/
https://css-tricks.com/equal-columns-with-flexbox-its-more-complicated-than-you-might-think/
CSS-Tricks
Equal Columns With Flexbox: It’s More Complicated Than You Might Think | CSS-Tricks
As awesome as flexbox is, what it’s doing under the hood is actually a little strange because, by default, it is doing two things at once. It first looks at the content size which is what we would get if by declaring width: max-content on an element. But…