Структурирование CSS для больших проектов https://medium.com/peergrade-io/structuring-css-in-large-projects-37f1695f5ec8
Medium
Structuring CSS in large projects
Writing CSS is easy.
Writing maintainable CSS is hard.
Writing maintainable CSS is hard.
Добавьте оффлайн поддержку приложению https://medium.com/@wassimchegham/add-offline-support-to-any-web-app-c20edc4bea0e#.rjlebbxvh
Medium
Add offline support to any web app
Add offline support to any Web app ¶
Recently, I participated to the AngularAttack 2016 Hackathon, and built “Let Me See”: an application that helps peopl…
Recently, I participated to the AngularAttack 2016 Hackathon, and built “Let Me See”: an application that helps peopl…
Свойства Юникода в регулярных выражениях https://mathiasbynens.be/notes/es-unicode-property-escapes
Жизненный цикл переменных в js https://rainsoft.io/variables-lifecycle-and-why-let-is-not-hoisted/
Dmitri Pavlutin Blog
JavaScript variables lifecycle: why let is not hoisted
Hoisting moves variables and functions to the beginning of the scope. But this term is no longer valid for `let`, `const` and `class`: and here's why.
Создание React-приложений без конфигураций https://facebook.github.io/react/blog/2016/07/22/create-apps-with-no-configuration.html
Важные аспекты работы браузера https://habrahabr.ru/company/dataart/blog/304934/
habrahabr.ru
Важные аспекты работы браузера для разработчиков. Часть 2
Автор: Антон Реймер В первой части статьи, основанной моем вебинаре, мы рассмотрели общие принципы работы браузера. Во второй — я сконцентрировал внимание на...