#react
Состояние React (по мотивам State of JavaScript Survey 2018)
https://www.telerik.com/blogs/a-react-state-of-mind-state-of-javascript-survey-2018
Состояние React (по мотивам State of JavaScript Survey 2018)
https://www.telerik.com/blogs/a-react-state-of-mind-state-of-javascript-survey-2018
#react
Простое переиспользование код с помощью React Hooks
https://blog.bitsrc.io/simple-code-reuse-with-react-hooks-432f390696bf
Простое переиспользование код с помощью React Hooks
https://blog.bitsrc.io/simple-code-reuse-with-react-hooks-432f390696bf
Medium
Simple Code Reuse with React Hooks
Understand code reuse in React components using the new Hooks.
Forwarded from Web Stack
Какой из 635000 npm модулей мне выбрать? - Список модулей для наиболее распространенных задач.
https://nodeweekly.com/link/55631/web
https://nodeweekly.com/link/55631/web
www.coreycleary.me
Which of the 635000 npm modules do I choose? – Corey Cleary
If you've spent any time in the Node or Front End JavaScript world, you know there are hundreds of thousands of modules to choose from.
Текущее состояние возможности стилизации скроллбаров
https://css-tricks.com/the-current-state-of-styling-scrollbars/
https://css-tricks.com/the-current-state-of-styling-scrollbars/
CSS-Tricks
The Current State of Styling Scrollbars in CSS (2022 Update) | CSS-Tricks
Looking at Styling Scrollbars in CSS? Look no further, we've got you covered here. This covers how it's best done right now.
Интерактивная страница orano.group с клевой комбинацией эффектов и функциональности
https://www.orano.group/experience/innovation/fr
https://www.orano.group/experience/innovation/fr
Как создать Todo List с помощью React Hooks
https://medium.freecodecamp.org/how-to-build-a-todo-list-with-react-hooks-ebaa4e3db3b
https://medium.freecodecamp.org/how-to-build-a-todo-list-with-react-hooks-ebaa4e3db3b
freeCodeCamp.org
How to Build a Todo List with React Hooks
React v16.7.0-alpha introduced Hooks [https://reactjs.org/docs/hooks-intro.html] , and I’m excited. What Are Hooks? They’re functions that give you React features like state and lifecycle hooks without ES6 classes. Some benefits are * Isolating stateful…
Вы не нуждаетесь в PWA или AMP для того, чтобы делать ваши сайты быстрыми
https://tonsky.me/blog/pwa/
https://tonsky.me/blog/pwa/
tonsky.me
You need neither PWA nor AMP to make your website load fast
Good performance practices are still needed when developing fast web experience.
Создание интерактивной инфографики с Vue.js
https://www.smashingmagazine.com/2018/11/interactive-infographic-vue-js/
https://www.smashingmagazine.com/2018/11/interactive-infographic-vue-js/
Smashing Magazine
Building An Interactive Infographic With Vue.js — Smashing Magazine
Have you ever had a requirement in which you had to design and build an interactive web experience but the grid system fell short? Furthermore, the design elements turned into unusual shapes that just wouldn’t fit into the regular web layouts? In this article…
Интерактивная колода карт с возможностью свайпа на Vue.js и interact.js
https://css-tricks.com/swipeable-card-stack-using-vue-js-and-interact-js/
https://css-tricks.com/swipeable-card-stack-using-vue-js-and-interact-js/
Microsoft и Google разрабатывают версию браузера Chrome для ОС Windows on ARM
https://itc.ua/news/microsoft-i-google-razrabatyivayut-versiyu-brauzera-chrome-dlya-os-windows-on-arm/
https://itc.ua/news/microsoft-i-google-razrabatyivayut-versiyu-brauzera-chrome-dlya-os-windows-on-arm/
ITC.ua
Microsoft и Google разрабатывают версию браузера Chrome для ОС Windows on ARM
Google и Microsoft, как известно, являются заядлыми конкурентами на многих рынках. Они часто троллят друг друга и устраивают разного рода подлянки. И тем большей неожиданностью является новость о том, что команды разработчиков этих двух компаний решили объединить…
#js
Копирование всякого в JavaScript: как различать поверхностное и глубокое копирование
https://medium.com/@gisderdube1/copying-stuff-in-javascript-how-to-differentiate-between-deep-and-shallow-copies-b6d8c1ef09cd
Копирование всякого в JavaScript: как различать поверхностное и глубокое копирование
https://medium.com/@gisderdube1/copying-stuff-in-javascript-how-to-differentiate-between-deep-and-shallow-copies-b6d8c1ef09cd
freeCodeCamp.org
How to differentiate between deep and shallow copies in JavaScript
New is always better!