Solid — лучшая JS UI-библиотека, о которой вы никогда не слышали
https://levelup.gitconnected.com/solid-the-best-javascript-ui-library-youve-never-heard-of-297b22848ac1
https://levelup.gitconnected.com/solid-the-best-javascript-ui-library-youve-never-heard-of-297b22848ac1
Medium
Solid — The Best JavaScript UI Library You’ve Never Heard Of
The last thing anyone is looking for is another JavaScript UI Library/Framework. But here we are anyway.
VueJs Amsterdam 2019 — Краткий обзор мероприятия и докладов (часть 1)
https://www.telerik.com/blogs/vuejs-amsterdam-2019-an-experience-and-talks-summary-part-1
https://www.telerik.com/blogs/vuejs-amsterdam-2019-an-experience-and-talks-summary-part-1
Telerik Blogs
VueJs Amsterdam 2019—An Experience & Talks Summary (Part 1)
VueJs Amsterdam 2019 – the experience and talks summary. What’s new in the world of frontend and Vue development.
12 хитростей JavaScript, которых вы не найдете в большинстве уроков
http://jem-space.ru/12-khitrostiei-javascript-kotorykh-vy-nie-naidietie-v-bolshinstvie-urokov/
http://jem-space.ru/12-khitrostiei-javascript-kotorykh-vy-nie-naidietie-v-bolshinstvie-urokov/
Jem Space
12 хитростей JavaScript, которых вы не найдете в большинстве уроков
Когда я начал изучать JavaScript, я составлял список хитростей, которые находил в чужом коде, на веб-сайтах, посвященных проверке кода, и в любых других местах, кроме учебных пособий, которые я использовал. С тех пор я пополняю этот список, и в этой статье…
Все, что вам нужно знать о Promise.all
https://medium.freecodecamp.org/promise-all-in-javascript-with-example-6c8c5aea3e32
https://medium.freecodecamp.org/promise-all-in-javascript-with-example-6c8c5aea3e32
freeCodeCamp.org
All you need to know about Promise.all
By Srebalaji Thirumalai Promises in JavaScript are one of the powerful APIs that help us to do Async operations. Promise.all takes Async operations to the next new level as it helps you to aggregate a group of promises. In other words, I can say that...
Подборка статей про flexbox.
Разница между width и flex-basis: https://medium.com/@stasonmars/f34e658ce6a2
Как работает flex-shrink в CSS: https://medium.com/@stasonmars/c41e40767194
Как работает Flex-grow в CSS: https://medium.com/@stasonmars/557d406be844
Разница между width и flex-basis: https://medium.com/@stasonmars/f34e658ce6a2
Как работает flex-shrink в CSS: https://medium.com/@stasonmars/c41e40767194
Как работает Flex-grow в CSS: https://medium.com/@stasonmars/557d406be844
Medium
Разница между width и flex-basis
Понимание flex-basis это очень важный момент flexbox. А разницу между width и flex-basis нужно понимать обязательно.
Трансляция по ссылке https://www.youtube.com/watch?v=wjWcrF5UG3w
YouTube
Meetup
Чего мне никогда не говорили о CSS.
http://jem-space.ru/vieshchi-v-css-o-kotorykh-mnie-nikto-nikoghda-nie-ghovoril/
http://jem-space.ru/vieshchi-v-css-o-kotorykh-mnie-nikto-nikoghda-nie-ghovoril/
Веб-компоненты заменят твой фронтенд фреймворк
https://www.dannymoerkerke.com/blog/web-components-will-replace-your-frontend-framework
https://www.dannymoerkerke.com/blog/web-components-will-replace-your-frontend-framework
Креативная анимация переключения режима просмотра
https://coidea.website/categories/challenges/creative-view-mode-switch-animation/
https://coidea.website/categories/challenges/creative-view-mode-switch-animation/
Практическое руководство по изучению фронтенд разработки для начинающих
https://medium.freecodecamp.org/a-practical-guide-to-learning-front-end-development-for-beginners-da6516505e41
https://medium.freecodecamp.org/a-practical-guide-to-learning-front-end-development-for-beginners-da6516505e41
freeCodeCamp.org
A practical guide to learning front end development for beginners
by Nikita Rudenko
A practical guide to learning front end development for beginners
Photo by Atharva Tulsi
[https://unsplash.com/@atharva_tulsi?utm_source=medium&utm_medium=referral] on
Unsplash [https://unsplash.com?utm_source=medium&utm_medium=referral]I…
A practical guide to learning front end development for beginners
Photo by Atharva Tulsi
[https://unsplash.com/@atharva_tulsi?utm_source=medium&utm_medium=referral] on
Unsplash [https://unsplash.com?utm_source=medium&utm_medium=referral]I…
Как сделать ваш код JavaScript простым и легким для чтения
https://medium.freecodecamp.org/how-to-keep-your-javascript-code-simple-and-easy-to-read-bff702523e7c
https://medium.freecodecamp.org/how-to-keep-your-javascript-code-simple-and-easy-to-read-bff702523e7c
freeCodeCamp.org
How to keep your JavaScript code simple and easy to read
by Arthur Arakelyan How to keep your JavaScript code simple and easy to read There are many ways to solve the same problem, but some solutions are complex, and some are even ridiculous. In this article, I want to talk about bad and good solutions for the…
Функции высшего порядка: что это такое и пример на React
https://medium.freecodecamp.org/higher-order-functions-what-they-are-and-a-react-example-1d2579faf101
https://medium.freecodecamp.org/higher-order-functions-what-they-are-and-a-react-example-1d2579faf101
freeCodeCamp.org
Higher-order functions: what they are, and a React example
Tech Jargon series There are so many phrases that get thrown around at tech meetups and conferences, assuming that everyone is already down with the lingo. I’m often not down with the lingo. It’s common for developers to act astonished that I lack a piece…