Управление состоянием в Vue.js 2 – введение http://codingthesmartway.com/vue-js-2-state-management-with-vuex-introduction/
CodingTheSmartWay.com
Vue.js 2 State Management With Vuex - Introduction - CodingTheSmartWay.com
Learn Vuex basics and follow the pratical sample of this tutorial to introduce central state management in your Vue.js 2 application.
rem и em, и почему, возможно, вы в них не нуждаетесь https://hackernoon.com/rems-and-ems-and-why-you-probably-dont-need-them-664b9ce1e09f
Medium
rems and ems, and why you probably don’t need them
You may have heard that when defining the size of things in your website, you should be using em or rem units, rather than good old…
Управление состоянием приложения во Vue.js 2 с Vuex — введение https://medium.com/codingthesmartway-com-blog/vue-js-2-state-management-with-vuex-introduction-db26cb495113
Medium
Vue.js 2 State Management With Vuex — Introduction
This post has been published first on CodingTheSmartWay.com.
Слайды и видео с конференции Render 2017 http://2017.render-conf.com/blog/2017-04-03-slides-and-videos-from-render-2017
Регулярные выражения в мире post-ES6 #regex https://ponyfoo.com/articles/regular-expressions-post-es6
Pony Foo
Regular Expressions in a post-ES6 world
In this article we’ll take a look at regular expressions improvements in and after ES6. We’ll discuss the /y, /u, and /s flags, named capture groups, unicode property escapes, lookbehind assertions, and String#matchAll.
7 вещей, которые вы должны знать о Vue.js #vue https://www.pointofvue.net/2017/04/05/7-things-you-should-know-about-vue-js/
Point of Vue
7 things you should know about Vue.js
Get to know the rising star
Vue.js is a popular JavaScript framework that has seen a lot of success in the past couple of years. While it has gotten a lot of traction in the international development world, it is still gaining traction in the west and is…
Vue.js is a popular JavaScript framework that has seen a lot of success in the past couple of years. While it has gotten a lot of traction in the international development world, it is still gaining traction in the west and is…
Современный JavaScript для древних веб-разработчиков #js https://medium.com/devschacht/modern-javascript-for-ancient-web-developers-e601e59e87a2
SVG слайдер с эффектом морфинга — 20th Century Women #js http://codepen.io/nolakat/full/mWNvdb/
CodePen
Morphing SVG Slider - 20th Century Women
Demo Slider for Women of the 20th Century using GSAP's MorphSVG and pagePiling.js ...
Создание одного браузерного расширения для всех: Edge, Chrome, Firefox, Opera, Brave и Vivaldi #js https://www.smashingmagazine.com/2017/04/browser-extension-edge-chrome-firefox-opera-brave-vivaldi/
Smashing Magazine
Creating One Browser Extension For All Browsers: Edge, Chrome, Firefox, Opera, Brave And Vivaldi — Smashing Magazine
In this article, David Rousset will create a JavaScript extension that works in all major modern browsers, using the very same code base. He'll also explain how you can install this extension that supports the web extension model, and provide some simple…
Адаптивные фоновые изображения с JavaScript #js https://www.jpap.org/blog/2017/04/responsive-background-images-with-javascript/
Responsive background images with JavaScript — Blog — John Papandriopoulos
In this post, we develop a JavaScript technique to position and scale a background image so that the subject matter is optimally placed at a target area of the browser viewport, no matter the device orientation or window size.
PWA, «Зловещая долина» и стабильная работа в офлайне #common https://habrahabr.ru/company/webo/blog/325788/
habrahabr.ru
PWA, «Зловещая долина» и стабильная работа в офлайне
В июле прошлого года на Altitude 2016 Алекс Рассел (Alex Russell) из Fastly рассказал, как он видит будущее мобильных приложений с учетом PWA и service worker,...
Подробное руководство по HTTP/2 Server Push #common https://www.smashingmagazine.com/2017/04/guide-http2-server-push/
Smashing Magazine
A Comprehensive Guide To HTTP/2 Server Push — Smashing Magazine
In this article, Jeremy Wagner will teach you everything about server push, from how it works to the problems it solves. Server push allows you to send site assets to the user before they’ve even asked for them. It’s an elegant way to achieve the performance…
Встречайте ReactXP https://microsoft.github.io/reactxp/blog/2017/04/06/introducing-reactxp.html
microsoft.github.io
Introducing ReactXP - ReactXP Blog
The Skype team at Microsoft are happy to announce that we are open sourcing ReactXP, a library that we developed for cross-platform development. It builds upon React JS and React Native, allowing you to create apps that span both web and native with a single…