Как использовать CSS анимацию профессионально #css https://stories.jotform.com/how-to-use-css-animations-like-a-pro-dfacc1e97338
Medium
How to Use CSS Animations Like a Pro
Create animation magic using keyframes, animation properties like timing, delay, play state, animation-count, iteration count, direction…
babel-preset-env: пресет для конфигурации Babel под тебя #js #babel https://www.2ality.com/2017/02/babel-preset-env.html
Основы AngularJS 1.x (часть 2) #js #angular https://scotch.io/tutorials/angularjs-1-x-fundamentals-part-2
Аудит производительности и nytimes.com https://docs.google.com/document/d/1Oax3j0-wsYlNQCfgJTtPHlOWJ-ilRvk-I9E3mhiyl5I/edit#heading=h.mxlya9axneww
Google Docs
nytimes perf audit 2/19/17
nytimes.com perf audit 02/19/17 by @samccone Test setup Device: Android Nexus 5x Network: WiFi no throttling Url: nytimes.com (not logged in) Performance recording methodology Remote inspect Load the page once, and delete the root body element. Record…
Начинаем работать с вариабельными шрифтами #common https://clagnut.com/blog/2389/
Clagnut
Getting started with variable fonts | Clagnut
Variable fonts are a new font format offering unprecedented flexibility. They will be landing in web browsers and native operating systems within 12 months. Learn how to try them out now.
Улучшение работы с зависимостями в React #react #js https://blog.scottlogic.com/2017/02/28/relogic.html
Scott Logic
Level-up your dependencies in React
Level-up the state is perhaps the most useful React pattern. Apply it to your dependencies and you can get many benefits, like better tests, flow control and idempotent routes.
6 краеугольных камней для React #react #js https://hashnode.com/post/6-cornerstones-of-react-cizv4k5hd00ax615339e451cg
Hashnode
6 cornerstones of React 💡 - Hashnode
Original Stories on Medium and Github.
React is "a Javascript library for building user interfaces". I'll go into the topic and clarify some feat.
React is "a Javascript library for building user interfaces". I'll go into the topic and clarify some feat.
Тренды в фронтенд инструментария в 2017-м году #js #common https://www.sitepoint.com/front-end-tooling-trends-2017/
Sitepoint
Front-End Tooling Trends for 2017 — SitePoint
Are you using the best development tools? Is your CSS compilation complicated? Have you bungled your JavaScript bundling? Craig discusses what we're using.
Основные концепты grid layout #html https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/Basic_Concepts_of_Grid_Layout
MDN Web Docs
Basic concepts of grid layout - CSS | MDN
CSS grid layout introduces a two-dimensional grid system to CSS. Grids can be used to lay out major page areas or small user interface elements. This guide introduces the CSS grid layout and the terminology that is part of the CSS grid layout specification.…
Что такое JSON? Введение и руководство для новичков #js #common https://www.impressivewebs.com/what-is-json-introduction-guide-for-beginners/
Вышло обновление Visual Studio Code 1.10 #common https://tproger.ru/news/visual-studio-code-1-10/
Tproger
Вышло обновление Visual Studio Code 1.10
Статья на Tproger — Вышло обновление Visual Studio Code 1.10
Как создать свой собственный прогрессивный загрузчик изображений #js https://www.sitepoint.com/how-to-build-your-own-progressive-image-loader/
Sitepoint
How to Build Your Own Progressive Image Loader — SitePoint
Craig Buckler shares a very handy technique for progressive image loading — loading a smaller blurred version first, followed by the full resolution image.
Тестирование производительности с помощью User Timing API #js #common https://csskarma.com/blog/user-timing-api/
csskarma
Performance Testing with the User Timing API, by Tim Wright
Making user your application doesn't have any performance bottlenecks is paramount in having great UX. You can use the User Timing API to do just that.