Анонс NgRx 10: новые пакеты для local component state и реактивных компонентов, swag store и многое другое
https://medium.com/ngrx/announcing-ngrx-version-10-new-packages-for-local-component-state-and-reactive-components-swag-62bedda0be91
https://medium.com/ngrx/announcing-ngrx-version-10-new-packages-for-local-component-state-and-reactive-components-swag-62bedda0be91
Medium
Announcing NgRx Version 10: New packages for local component state and reactive components, swag store, and more!
Today we’re happy to announce the version 10 release of the NgRx platform. This release contains new features, bug fixes, and some…
Вертикальное выравнивание текста в кнопках и инпутах
https://codyhouse.co/blog/post/vertical-text-alignment-in-buttons-and-inputs
https://codyhouse.co/blog/post/vertical-text-alignment-in-buttons-and-inputs
CodyHouse
Vertical text alignment in buttons and inputs | CodyHouse
How to center text vertically in buttons and input elements using the padding and line-height CSS properties.
Vest — это библиотека валидации и тестирования для JS-приложений, синтаксис которой основан на современных средах модульного тестирования JS, таких как Mocha или Jest.
https://github.com/ealush/vest
https://github.com/ealush/vest
GitHub
GitHub - ealush/vest: Vest ✅ Declarative validations framework
Vest ✅ Declarative validations framework. Contribute to ealush/vest development by creating an account on GitHub.
Введение в Set в JavaScript — все, что нужно знать о наборах
https://webdevblog.ru/vvedenie-v-set-v-javascript-vse-chto-nuzhno-znat-o-naborah/
https://webdevblog.ru/vvedenie-v-set-v-javascript-vse-chto-nuzhno-znat-o-naborah/
Еще один блог веб-разработчика
Введение в Set в JavaScript - все, что нужно знать о наборах - Еще один блог веб-разработчика
В статье описанно, что такое наборы (Set) в JavaScript, как они работают и как их использовать.
Используйте продвинутую типографику при работе с локальными шрифтами при помощи Local Font Access API
https://web.dev/local-fonts/
https://web.dev/local-fonts/
Chrome for Developers
Use advanced typography with local fonts | Capabilities | Chrome for Developers
The Local Font Access API enumerates the user's installed local fonts and provides low-level access to the various TrueType/OpenType tables
👍1
Эффект трансформации миниатюры в полноразмерное изображение
https://tympanus.net/codrops/2020/08/19/thumbnail-to-full-width-image-animation/
https://tympanus.net/codrops/2020/08/19/thumbnail-to-full-width-image-animation/
Codrops
Thumbnail to Full Width Image Animation | Codrops
The other day I stumbled upon this fantastic animation by Akram Khalid which he also coded up as part of a tutorial on p
4 рекомендации для крупномасштабных проектов на Vue.js
https://blog.bitsrc.io/4-best-practices-for-large-scale-vue-js-projects-9a533450bdb2
https://blog.bitsrc.io/4-best-practices-for-large-scale-vue-js-projects-9a533450bdb2
Medium
4 Best Practices for Large Scale Vue.js Projects
Building enterprise-level Vue.js projects.
Фигма против Фотошопа. Что выбрать начинающему верстальщику
https://htmlacademy.ru/blog/boost/tools/figma-vs-photoshop
https://htmlacademy.ru/blog/boost/tools/figma-vs-photoshop
HTML Academy
Фигма или Фотошоп. Что выбрать новичку
Подробное сравнение двух гигантов.
Для Chrome развивается API для прямых TCP и UDP коммуникаций
https://www.opennet.ru/opennews/art.shtml?num=53582
https://www.opennet.ru/opennews/art.shtml?num=53582
www.opennet.ru
Для Chrome развивается API для прямых TCP и UDP коммуникаций
Компания Google приступила к реализации в Chrome нового API Raw Sockets, позволяющего web-приложениям устанавливать прямые сетевые соединения с использованием протоколов TCP и UDP. В 2015 году консорциумом W3C уже была предпринята попытка стандартизации API…
Что React 17 означает для разработчиков
https://www.telerik.com/blogs/what-react-17-means-for-developers
https://www.telerik.com/blogs/what-react-17-means-for-developers
Telerik Blogs
What React 17 Means for Developers
Get up to speed on three important changes—gradual updates, changes to event delegation, and stack trace updates—and see what they mean for the future of React.
Насколько 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.