Способы объявления переменных в JS
https://www.sitepoint.com/how-to-declare-variables-javascript/
https://www.sitepoint.com/how-to-declare-variables-javascript/
Sitepoint
Quick Tip: How to Declare Variables in JavaScript — SitePoint
Julian Motz examines how variables are declared in JavaScript, and introduces the three different types of declaration and their uses.
Microsoft снова демонстрирует, насколько ее браузер Edge превосходит по энергоэффективности Chrome, Opera и Firefox
http://itc.ua/news/microsoft-snova-demonstriruet-naskolko-ee-brauzer-edge-prevoshodit-po-energoeffektivnosti-chrome-opera-i-firefox/
http://itc.ua/news/microsoft-snova-demonstriruet-naskolko-ee-brauzer-edge-prevoshodit-po-energoeffektivnosti-chrome-opera-i-firefox/
ITC.ua
Microsoft снова демонстрирует, насколько ее браузер Edge превосходит по энергоэффективности Chrome, Opera и Firefox
Является ли ES6 концом Underscore / Lodash?
https://derickbailey.com/2016/09/12/does-es6-mean-the-end-of-underscore-lodash/
https://derickbailey.com/2016/09/12/does-es6-mean-the-end-of-underscore-lodash/
Modernization of Reactivity.
https://davidwalsh.name/modernization-reactivity
https://davidwalsh.name/modernization-reactivity
David Walsh Blog
Modernization of Reactivity
Reactive programming has taken JavaScript by storm over the last decade, and for good reason; front-end development greatly benefits from the simplicity of writing user interface code that “reacts” to data changes, eliminating substantial error-prone imperative…
Gmail вводит поддержку отзывчивого дизайна, улучшает стилизацию шрифтов + CSS для доступности
https://litmus.com/blog/gmail-to-support-responsive-email-design
https://litmus.com/blog/gmail-to-support-responsive-email-design
Litmus
Blog
Get email best practices, how-tos and more in the Litmus blog
Благодаря RSCSS мой код больше не беспорядочен
https://medium.com/@mik01aj/rscss-77043f4fafb1
https://medium.com/@mik01aj/rscss-77043f4fafb1
Medium
RSCSS — my CSS is no longer a mess
I followed RSCSS standard for over a year now and wanted to share some of my experience with it.
12 отличных советов по использованию Chrome DevTools для разработчиков
https://hackernoon.com/twelve-fancy-chrome-devtools-tips-dc1e39d10d9d
https://hackernoon.com/twelve-fancy-chrome-devtools-tips-dc1e39d10d9d
Hacker Noon
Twelve Fancy Chrome DevTools Tips
Breakpoints in JavaScript. Inspecting HTML and CSS and updating them live. Profiling performance… That’s right, this week’s post is all…
Redux или MobX: попытка разобраться
http://www.robinwieruch.de/redux-mobx-confusion/
http://www.robinwieruch.de/redux-mobx-confusion/
www.robinwieruch.de
Redux vs MobX without Confusion
Using Redux or MobX in your React application? The article shows you all the differences between both state management libraries that can be used in React. It gives you guidance to learn MobX vs Redux in React.js applications, their strengths and weaknesses…
Создание игры с Three.js, ReactJS и WebGL
https://www.sitepoint.com/building-a-game-reactjs-and-webgl/
https://www.sitepoint.com/building-a-game-reactjs-and-webgl/
Sitepoint
Building a Game with Three.js, React and WebGL — SitePoint
The creator of Charisma The Chameleon, Andrew Ray, looks at how to write 3D games declaratively using Three.js, ReactJS and WebGL.
Создаём hacker news с Angular 2 cli, rxjs и webpack
http://houssein.me/angular2-hacker-news
http://houssein.me/angular2-hacker-news
houssein.me
Building Hacker News with Angular 2 CLI, RxJS and Webpack
If you have ever built an Angular 2 application before, you'll know that setting up and bootstrapping an application can take a significant amount of time. Thankfully, the Angular team has rolled o...