Продвинутые вертикальные марджины #css https://hackernoon.com/advanced-vertical-margins-4ac69f032f79
Как мы сделали наш продукт более персонализированным с помощью CSS переменных и React #css https://medium.com/geckoboard-under-the-hood/how-we-made-our-product-more-personalized-with-css-variables-and-react-b29298fde608
Medium
How we made our product more personalized with CSS Variables and React
I have seen some buzz around CSS Variables lately and recently had the opportunity to use them as part of the front-end team at Geckoboard…
The State of Reactive in JS: практический обзор FRP библиотек https://habrahabr.ru/post/325660/
Хабр
The State of Reactive in JS: практический обзор FRP библиотек
Статья родилась из этого ответа на StackOverflow и переросла в этот блог пост (на английском), но я думаю она не утратила актуальность. Сейчас очень много шума...
JavaScript: Design Patterns https://seesparkbox.com/foundry/javascript_design_patterns
Seesparkbox
Javascript Design Patterns: What They Are & How To Use Them
Want to write cleaner, more organized JavaScript? Learn about commonly used design patterns in JavaScript and see practical examples of JS design patterns in use.
Angular v4: практическая работа с данными стран https://medium.com/@dormoshe/angular-v4-practical-countries-application-f866b567ead1
Hacker Noon
Angular v4: Practical Countries Application
The countries-data project supplies JSON data about countries general details, languages and anthems. This project hosted in a github…
Подкаст Веб-стандарты, Выпуск №65 https://soundcloud.com/web-standards/episode-65
Ваши JavaScript-велосипеды никому не нужны: сохраните своё время, избегая повторного написания популярных функций https://tproger.ru/translations/js-avoid-rewriting/
Tproger
Сохраните своё время, избегая повторного написания этих популярных JavaScript-функций
Многие функции JavaScript, которые мы реализуем самостоятельно, уже реализованы в удобных библиотеках. Рассказываем, как перестать писать велосипеды.
Спецификаторы модулей: что нового в модулях ES? https://2ality.com/2017/05/es-module-specifiers.html
2Ality
Module specifiers: what’s new with ES modules?
This blog post describes how module specifiers (the path-like IDs of modules) change with ECMAScript modules (ESM). There are a few subtle differences, compared to the familiar CommonJS module (CJS) style.
Вышел npm@5 beta, можно ознакомиться со множеством обновлений https://github.com/npm/npm/pull/16244
GitHub
release: [email protected] by zkat · Pull Request #16244 · npm/npm
NOTE: This PR is a WIP. npm@5 beta is currently underway. See #16510 for deets.
Wowowowowow npm@5!
This release marks months of hard work for the young, scrappy, and hungry CLI team, and includes s...
Wowowowowow npm@5!
This release marks months of hard work for the young, scrappy, and hungry CLI team, and includes s...
Почему я двигаюсь к веб-компонетам и не оглядываюсь назад #common https://hackernoon.com/why-im-moving-on-to-web-components-and-not-looking-back-aa8028c99c83
Hacker Noon
Why I’m Moving on to Web Components and Not Looking Back
The wait is over. The future is now.
Является ли CSS-in-JS действительно плохой техникой для UX? #common https://medium.com/@okonetchnikov/is-css-in-js-really-bad-for-ux-e9cce7b2da83
Medium
Is CSS-in-JS really bad for UX?
I’ve been reading a lot of misconceptions regarding CSS-in-JS performance implications and how it can be harmful for user experience. In a nutshell, the message they all are delivering is that JS…
Как создать и редактировать SVG спрайты https://www.webdesignerdepot.com/2017/05/how-to-create-and-manage-svg-sprites/
Webdesigner Depot
How to Create and Manage SVG Sprites
Web Design Resources for designers. We include tutorials, plugins, and web development tools. Download free icons, and fonts for web and graphic designers.
Три способа уменьшить размер бандла в webpack https://blog.jakoblind.no/2017/05/18/3-ways-to-reduce-webpack-bundle-size/