#web
Нативная ленивая загрузка для веба
https://css-tricks.com/a-native-lazy-load-for-the-web-platform/
Нативная ленивая загрузка для веба
https://css-tricks.com/a-native-lazy-load-for-the-web-platform/
#css
Новые (и старые) единицы измерения в CSS, о которых вы вряд ли слышали
https://habr.com/company/poiskvps/blog/421709/
Новые (и старые) единицы измерения в CSS, о которых вы вряд ли слышали
https://habr.com/company/poiskvps/blog/421709/
Habr
Новые (и старые) единицы измерения в CSS, о которых вы вряд ли слышали
В последнее время JavaScript развивается очень быстро , но и языки-помощники веб-разработчика не стоят на месте. CSS тоже развивается, и хотя Houdini в скором времени, возможно, сделает прорыв в...
#js
shimport — используйте модули JavaScript во всех браузерах, в том числе с динамическим импортом
https://github.com/rich-harris/shimport
shimport — используйте модули JavaScript во всех браузерах, в том числе с динамическим импортом
https://github.com/rich-harris/shimport
#web
Universal PWA Builder — расширяемый инструмент для создания прогрессивных веб-приложений без привязки к фреймворку
https://github.com/lukeed/pwa
Universal PWA Builder — расширяемый инструмент для создания прогрессивных веб-приложений без привязки к фреймворку
https://github.com/lukeed/pwa
GitHub
GitHub - lukeed/pwa: (WIP) Universal PWA Builder
(WIP) Universal PWA Builder. Contribute to lukeed/pwa development by creating an account on GitHub.
#react
Разделение кода с помощью Webpack и React
https://hackernoon.com/lessons-learned-code-splitting-with-webpack-and-react-f012a989113
Разделение кода с помощью Webpack и React
https://hackernoon.com/lessons-learned-code-splitting-with-webpack-and-react-f012a989113
Hackernoon
Lessons Learned: Code Splitting with Webpack and React | HackerNoon
It goes without question that performance on the web is important. Our apps and sites should load fast in order to keep the user’s attention, keep them engaged and deliver a positive experience.
#web
Создание веб-сайта с помощью современных инструментов и без фреймворков
https://blog.bitsrc.io/build-a-website-with-modern-tooling-and-no-frameworks-a33e65099f9
Создание веб-сайта с помощью современных инструментов и без фреймворков
https://blog.bitsrc.io/build-a-website-with-modern-tooling-and-no-frameworks-a33e65099f9
Medium
Build a Website with Modern Tooling and No Frameworks
We all love React, Vue, Angular, [front-end framework]. But it might be overkill to use them if you just need to build a simple website.
#angular
Angular 6 - учебник по формам
https://investmentnovel.com/angular-6-forms-tutorial-example-from-scratch/
Angular 6 - учебник по формам
https://investmentnovel.com/angular-6-forms-tutorial-example-from-scratch/
InvestmentNovel
Angular 6 Forms Tutorial Example From Scratch
Angular 6 Forms Tutorial Example From Scratch. We use Reactive Forms In Angular 6 Example. Reactive forms is an Angular 6 technique for creating forms in a reactive style. We then send a network request to the server. Angular offers two form-building technologies:…
#js
Функциональное программирование с помощью JavaScript - Удобный чит-лист, используемый разработчиками JavaScript
https://frontendfoc.us/link/52263/web
Функциональное программирование с помощью JavaScript - Удобный чит-лист, используемый разработчиками JavaScript
https://frontendfoc.us/link/52263/web
Telerik.com
Essential Cheat Sheet- Functional Programming with JavaScript (ES6)
This cheat sheet structures some of the language features that are most commonly used by the JavaScript developer who’s interested in writing functional style code. (Free whitepaper)
#js
Как использовать медиа-запросы из JavaScript - метод matchMedia.
https://frontendfoc.us/link/52264/web
Как использовать медиа-запросы из JavaScript - метод matchMedia.
https://frontendfoc.us/link/52264/web
Sitepoint
How to use Media Queries in JavaScript with matchMedia — SitePoint
Craig Buckler gives you an accessible introduction to using media queries with JavaScript with matchMedia for a robust responsive design approach.
#vue
Создание гибкого компонента для загрузки изображений с использованием Vue.js 2.0
https://javascriptweekly.com/link/52541/web
Создание гибкого компонента для загрузки изображений с использованием Vue.js 2.0
https://javascriptweekly.com/link/52541/web
#pwa
Создание прогрессивного веб-приложения с помощью Webpack стало проще.
https://frontendfoc.us/link/52269/web
Создание прогрессивного веб-приложения с помощью Webpack стало проще.
https://frontendfoc.us/link/52269/web
#react
boilerplate.react.spa.full-server — заготовка для создания SPA на React, с полноценным сервером.
https://github.com/the0neWhoKnocks/boilerplate.react.spa.full-server
boilerplate.react.spa.full-server — заготовка для создания SPA на React, с полноценным сервером.
https://github.com/the0neWhoKnocks/boilerplate.react.spa.full-server
#web
Использование интерфейса синтеза речи из Web Speech API
https://manu.ninja/using-the-speech-synthesis-interface-of-the-web-speech-api/
Использование интерфейса синтеза речи из Web Speech API
https://manu.ninja/using-the-speech-synthesis-interface-of-the-web-speech-api/
manu.ninja
Using the Speech Synthesis Interface of the Web Speech API | manu.ninja
Speech synthesis has come a long way since it’s first appearance in operating systems in the 1980s. In the 1990s Apple already offered system-wide text-to-speech support. Alexa, Cortana, Siri and other virtual assistants recently brought speech synthesis…