Стилизованные компоненты: используем лучшие практики в системах компонентов
https://www.smashingmagazine.com/2017/01/styled-components-enforcing-best-practices-component-based-systems/
  
  https://www.smashingmagazine.com/2017/01/styled-components-enforcing-best-practices-component-based-systems/
Smashing Magazine
  
  Styled Components: Enforcing Best Practices In Component-Based Systems — Smashing Magazine
  The rise of JavaScript frameworks such as React, Ember and recently Angular 2, the effort of the W3C to standardize a web-native component system, pattern libraries and style guides being considered the "right way" to build web applications, and many other…
  Little Fragments: создание креативных эффектов для плакатов
https://tympanus.net/codrops/2017/01/19/little-fragments-creating-a-simple-image-poster-effect/
  
  https://tympanus.net/codrops/2017/01/19/little-fragments-creating-a-simple-image-poster-effect/
Codrops
  
  Little Fragments: Creating a Simple Image Poster Effect | Codrops
  A tutorial on how to create a simple image effect with little image fragments inspired by some poster art and powered by clip-path.
  Эволюция CSS: от CSS, SASS, BEM и CSS–модулей до styled-components
https://habrahabr.ru/company/mailru/blog/319956/
  
  https://habrahabr.ru/company/mailru/blog/319956/
Хабр
  
  Эволюция CSS: от CSS, SASS, BEM и CSS–модулей до styled-components
  С самого начала истории интернета мы нуждались в стилях для наших сайтов. Многие годы нам для этого служил CSS, развивавшийся в своём темпе. И здесь мы рассмот...
  Выровняйте SVG иконки в тексте и попрощайтесь иконочными шрифтами
https://blog.prototypr.io/align-svg-icons-to-text-and-say-goodbye-to-font-icons-d44b3d7b26b4
  
  https://blog.prototypr.io/align-svg-icons-to-text-and-say-goodbye-to-font-icons-d44b3d7b26b4
Medium
  
  Align SVG Icons to Text and Say Goodbye to Font Icons
  Finally, a scalable solution to solving the alignment issues of SVGs. End your dependence on font icons and move into the future.
  Анимация различных конечных состояний с помощью одного набора CSS Keyframes
https://css-tricks.com/animate-different-end-states-using-one-set-css-keyframes/
  
  https://css-tricks.com/animate-different-end-states-using-one-set-css-keyframes/
CSS-Tricks
  
  Animate to Different End States Using One Set of CSS Keyframes | CSS-Tricks
  I have recently live coded a pure CSS random rainbow particle explosion. There's a source in the middle of the screen, and rainbow particles shoot out with
  Креативный лоадер на CSS, вдохновленный Elite Dangerous #css
https://codepen.io/jpanter/full/PWWQXK/
  https://codepen.io/jpanter/full/PWWQXK/
Пишем Element Queries сегодня с помощью EQCSS
https://www.sitepoint.com/eqcss-a-javascript-plugin-to-write-element-queries/
  
  https://www.sitepoint.com/eqcss-a-javascript-plugin-to-write-element-queries/
Sitepoint
  
  Writing Element Queries Today Using EQCSS — SitePoint
  Baljeet Rathi looks at how we can use element queries today using the EQCSS plugin, along with the advantages and disadvantages of doing so.
  Примеры правильной анимации для эффектов движения
https://codepen.io/sdras/full/JbaGwg/
  https://codepen.io/sdras/full/JbaGwg/
Полное руководство по непрямоугольным хедерам (часть 1)
https://codepen.io/ahmadnassri/post/non-rectangular-headers-part-1
  
  https://codepen.io/ahmadnassri/post/non-rectangular-headers-part-1
CodePen
  
  Ultimate Guide to Non-Rectangular Headers
  Non-Rectangular Headers have recently been taken over the web. This "new" design trend seems simple and straightforward at first, but can be a little tricky to accomplish. Jon Moore...
  Сегодня в 20:00 МСК стартует курс «Основы программирования». Участие бесплатное: https://goo.gl/ZjjucL
  Чистый javascript. Объекты и структуры данных. Асинхронность. Обработка ошибок #js 
https://habrahabr.ru/post/319894/
  
  https://habrahabr.ru/post/319894/
Хабр
  
  Чистый javascript. Объекты и структуры данных. Асинхронность. Обработка ошибок
  Перевод книги Райана Макдермота clean-code-javascript Оглавление: Введение Переменные Функции Классы Объекты и структуры данных. Асинхронность. Обработка ошибо...
  Нативные модули Native ECMAScript — первый обзор
https://blog.hospodarets.com/native-ecmascript-modules-the-first-overview
  
  https://blog.hospodarets.com/native-ecmascript-modules-the-first-overview
Serg Hospodarets Blog
  
  Native ECMAScript modules - the first overview
  The first overview of the native ECMAScript modules, how to make them work, differences with the bundled modules, tips and tricks.