Подкаст «Веб-стандарты», Выпуск №159: Три года в эфире, События, JS-разработчики для ТВ, Chrome, Safari, PWA, Safari и JS Core, CSS против JS, ES2019
https://medium.com/web-standards/episode-159-b270c2cfa0f3
https://medium.com/web-standards/episode-159-b270c2cfa0f3
Medium
Выпуск №159
4 февраля 2019
#vue
Оптимизация производительности приложения Vue.js: часть 1 — Введение в оптимизацию производительности и отложенную загрузку.
https://itnext.io/vue-js-app-performance-optimization-part-1-introduction-to-performance-optimization-and-lazy-29e4ff101019
Оптимизация производительности приложения Vue.js: часть 1 — Введение в оптимизацию производительности и отложенную загрузку.
https://itnext.io/vue-js-app-performance-optimization-part-1-introduction-to-performance-optimization-and-lazy-29e4ff101019
Medium
Vue.js App Performance Optimization: part 1 — Introduction to performance optimization and lazy loading.
While mobile-first approach becomes a standard and uncertain network conditions are something we should always take into consideration…
#web
Обзор наиболее интересных предложений для веб-платформы, связанных с веб-компонентами
https://scotch.io/bar-talk/an-overview-of-the-most-exciting-proposals-for-the-web-platform-related-to-web-components
Обзор наиболее интересных предложений для веб-платформы, связанных с веб-компонентами
https://scotch.io/bar-talk/an-overview-of-the-most-exciting-proposals-for-the-web-platform-related-to-web-components
Scotch
An Overview of the Most Exciting Proposals for the Web Platform Related to Web Components
As much as I like frameworks, I'm also a big fan of the native web platform, especially web components. I look forward to the times when the implementation will be powerful enough to solve the common problems in web development. And we're getting closer.
#vue
Использование Vue.js для создания интерактивной панели погоды с API
https://www.smashingmagazine.com/2019/02/interactive-weather-dashboard-api-vue-js/
Использование Vue.js для создания интерактивной панели погоды с API
https://www.smashingmagazine.com/2019/02/interactive-weather-dashboard-api-vue-js/
5 способов анимировать React приложение в 2019
https://medium.com/@dmitrynozhenko/5-ways-to-animate-a-reactjs-app-in-2019-56eb9af6e3bf
https://medium.com/@dmitrynozhenko/5-ways-to-animate-a-reactjs-app-in-2019-56eb9af6e3bf
Medium
5 Ways to animate a React app.
Animation in React app is a popular topic and there are many ways to create different types of animations.Many developers create…
Релиз React v16.8: того самого, который с хуками
https://reactjs.org/blog/2019/02/06/react-v16.8.0.html
https://reactjs.org/blog/2019/02/06/react-v16.8.0.html
legacy.reactjs.org
React v16.8: The One With Hooks – React Blog
This blog site has been archived. Go to react.dev/blog to see the recent posts. With React 16.8, React Hooks are available in a stable release! What Are Hooks? Hooks let you use state and other React features without writing a class. You can also build your…
Как реализовать локализацию в Angular с помощью инструментов i18n
https://medium.freecodecamp.org/how-to-implement-localization-in-angular-using-i18n-tools-a88898b1a0d0
https://medium.freecodecamp.org/how-to-implement-localization-in-angular-using-i18n-tools-a88898b1a0d0
freeCodeCamp.org
How to implement localization in Angular using i18n tools
Introduction In this article, we will learn how to make our Angular app available in different languages using i18n and localization. We will create an Angular application and configure it to serve the content in three different languages. We will also deploy…
👍1
Мастер JavaScript: как дела с ‘this’?
https://itnext.io/javascript-wizard-whats-up-with-this-92ca309172d6
https://itnext.io/javascript-wizard-whats-up-with-this-92ca309172d6
Новые функции JavaScript, которые изменят то, как вы пишете Regex
https://www.smashingmagazine.com/2019/02/regexp-features-regular-expressions/
https://www.smashingmagazine.com/2019/02/regexp-features-regular-expressions/
Smashing Magazine
New JavaScript Features That Will Change How You Write Regex — Smashing Magazine
If you have ever done any sort of sophisticated text processing and manipulation in JavaScript, you’ll appreciate the new features introduced in ES2018. In this article, we take a good look at how the ninth edition of the standard improves the text processing…
Пузырная анимация текста с помощью SVG и Text Clipping
https://css-tricks.com/animate-blob-text-with-svg-text-clipping/
https://css-tricks.com/animate-blob-text-with-svg-text-clipping/
Оптимизация производительности приложения Vue.js: часть 2 — Lazy loading routes и вендорный bundle anti-pattern
https://itnext.io/vue-js-app-performance-optimization-part-2-lazy-loading-routes-and-vendor-bundle-anti-pattern-4a62236e09f9
https://itnext.io/vue-js-app-performance-optimization-part-2-lazy-loading-routes-and-vendor-bundle-anti-pattern-4a62236e09f9
Medium
Vue.js App Performance Optimization: part 2— Lazy loading routes and vendor bundle anti-pattern.
In the previous article we learned what code splitting is, how it works with Webpack and how to make use of it with lazy loading in Vue…