Сейчас, если вы собираетесь построить проект на React, то скорее всего в качестве инструмента для сборки выберете Webpack. Но если вы пользуетесь альтернативными инструментами, такими как Browserify, то для вас есть заготовка https://github.com/zewish/react-browserify-babel-seed
GitHub
zewish/react-browserify-babel-seed
react-browserify-babel-seed - A seed project for react+browserify+babel (gulpfile included)
В Chrome 48 слегка изменили поведение window.innerWidth/Height http://www.quirksmode.org/blog/archives/2016/02/chrome_change_b.html
JsTips - приложение с хинтами для js-разработчиков под iOs и Android http://getjs.tips/
JsTips
Get one Js Tip every day!!
With less than 2 minutes each day, you will be able to read about performance, conventions, hacks, interview questions and all the items that the future of this awesome language holds for us. At midday, no matter if it is a weekend or a holiday, a tip will…
Статья о том как проверять ваши Sass/CSS стили http://www.creativenightly.com/2016/02/How-to-lint-your-css-with-stylelint
Creative Nightly
How to lint your Sass/CSS properly with Stylelint
What is linting? Why should we lint our stylesheets? Linting helps reduce silly errors in codebases, and improves coding quality by enforcing good coding rules, and practices.
О том как и почему GitHub избавился от шрифта с иконками и стали использовать SVG https://github.com/blog/2112-delivering-octicons-with-svg
The GitHub Blog
Delivering Octicons with SVG
GitHub.com no longer delivers its icons via icon font. Instead, we’ve replaced all the Octicons throughout our codebase with SVG alternatives. While the changes are mostly under-the-hood, you’ll immediately feel the benefits of the SVG
Про новый однонаправленный биндинг в Angular#1.5 http://jslancer.com/2016/02/19/demystify-angularjs-15-one-way-data-binding/
Размышления на тему дачи оценок по задачам. tl;dr автор сводит всё к пользовательским историям http://hanserino.github.io/2016/02/11/estimating-a-front-end-web-dev-job
hanserino.github.io
Estimating A Front End Web Dev Job | Hanserino
Let me do a brain dump on you
Отличный разбор миксинов и @extend в препроцессорах. С упором не на размер файла в файловой системе, а на объём при передаче данных с gzip сжатием http://csswizardry.com/2016/02/mixins-better-for-performance/
Csswizardry
Mixins Better for Performance – CSS Wizardry
A look at the performance difference between Sass’ mixins and @extend
Хорошая, немного философская статья про процесс деплоя https://zachholman.com/posts/deploying-software
Zachholman
How to Deploy Software
Things Zach Holman said.
На прошлой неделе зарелизился Meteor 1.3. В нём появилась поддержка модулей ES2015, переписали слой Cordova http://info.meteor.com/blog/announcing-meteor-1.3
Meteor
Announcing Meteor 1.3 - ES2015 Modules, App Testing, Mobile Improvements and More
Meteor 1.3 is here! Learn what's new in our biggest release ever.
Если кто-то ещё пользуется Grunt, то для вас хорошая новость! Вышла верси 1.0 http://gruntjs.com/blog/2016-04-04-grunt-1.0.0-released
