#web
HTTP поверх протокола QUIC будет стандартизирован как HTTP/3
https://www.opennet.ru/opennews/art.shtml?num=49594
HTTP поверх протокола QUIC будет стандартизирован как HTTP/3
https://www.opennet.ru/opennews/art.shtml?num=49594
www.opennet.ru
HTTP поверх протокола QUIC будет стандартизирован как HTTP/3
Дэниел Cтенберг (Daniel Stenberg), автор утилиты cURL, входящий в рабочие группы IETF, развивающие протоколы HTTP и QUIC, сообщил об утверждении решения по продвижению протокола HTTP-over-QUIC в качестве будущего стандарта HTTP/3. Выбор имени для HTTP-over…
Создание своей собственной интерактивной JavaScript песочницы
https://krasimirtsonev.com/blog/article/build-your-own-interactive-javascript-playground
https://krasimirtsonev.com/blog/article/build-your-own-interactive-javascript-playground
krasimirtsonev.com
Build your own interactive JavaScript playground
Build your own interactive JavaScript playground / Recently I spent some time working on my own JavaScript playground called Demoit. Something like CodeSandbox, JSBin or Codepen. I already blogged about why I did it but decided to write down some implementation…
#js
autoComplete.js — простое автодополнение на чистом Javascript
https://github.com/TarekRaafat/autoComplete.js
autoComplete.js — простое автодополнение на чистом Javascript
https://github.com/TarekRaafat/autoComplete.js
GitHub
GitHub - TarekRaafat/autoComplete.js: Simple autocomplete pure vanilla Javascript library.
Simple autocomplete pure vanilla Javascript library. - TarekRaafat/autoComplete.js
#css
Очередное объяснение принципов работы CSS Position Absolute
https://marina-ferreira.github.io/tutorials/css/position-absolute/
Очередное объяснение принципов работы CSS Position Absolute
https://marina-ferreira.github.io/tutorials/css/position-absolute/
#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…