Благодаря 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...
Доступен язык TypeScript 2.0, продвигаемый Microsoft в качестве дополнения к JavaScript
http://www.opennet.ru/opennews/art.shtml?num=45201
http://www.opennet.ru/opennews/art.shtml?num=45201
www.opennet.ru
OpenNews: Доступен язык TypeScript 2.0, продвигаемый Microsoft в качестве дополнения к JavaScript
Прогресс Node.js — куда движется технология год спустя после объединения Node.js и io.js
https://medium.com/@nodejs/the-progress-of-node-js-a-year-post-node-js-and-io-js-merge-and-where-the-technology-is-going-f168ce9ec8ee
https://medium.com/@nodejs/the-progress-of-node-js-a-year-post-node-js-and-io-js-merge-and-where-the-technology-is-going-f168ce9ec8ee
Medium
The Progress of Node.js a Year Post Node.js and io.js Merge and Where the Technology is Going
During Node.js Interactive Europe’s keynote presentations yesterday, Core community members shared the community’s incredible, fast growth…
Не тормозите из-за шрифтов: 3 техники производительности для быстрого отображения контента
https://medium.com/@firasd/dont-brake-for-fonts-3-web-performance-techniques-to-show-content-quickly-fdefcd0d2028
https://medium.com/@firasd/dont-brake-for-fonts-3-web-performance-techniques-to-show-content-quickly-fdefcd0d2028
Medium
Don’t Brake for Fonts: 3 web performance techniques to show content quickly
If you can see a site’s layout, you should see its text at the same time. If you don’t, send them this article.
Представление OpenType шрифтов с технологией OpenType Font Variations
https://medium.com/@tiro/https-medium-com-tiro-introducing-opentype-variable-fonts-12ba6cd2369
https://medium.com/@tiro/https-medium-com-tiro-introducing-opentype-variable-fonts-12ba6cd2369
Medium
Introducing OpenType Variable Fonts
Version 1.8 of the OpenType font format specification introduces an extensive new technology, affecting almost every area of the format. An OpenType variable font is one in which the equivalent of…
Настройка и запуск с ESLint — валидатора JS кода
https://www.sitepoint.com/up-and-running-with-eslint-the-pluggable-javascript-linter/
https://www.sitepoint.com/up-and-running-with-eslint-the-pluggable-javascript-linter/
Sitepoint
Up and Running with ESLint — the Pluggable JavaScript Linter - SitePoint
Pavels Jelisejevs introduces ESLint, a highly configurable tool which analyses your code and highlights (or optionally fixes) any bugs or issues it finds.