Chrome 60 Beta: Paint Timing API, CSS font-display, и улучшения Credential Management API https://blog.chromium.org/2017/06/chrome-60-beta-paint-timing-api-css.html
Chromium Blog
Chrome 60 Beta: Paint Timing API, CSS font-display, and Credential Management API improvements
Unless otherwise noted, changes described below apply to the newest Chrome Beta channel release for Android, Chrome OS, Linux, Mac, and Wi...
Большая статья про гриды (CSS Grid Layout) https://css-live.ru/css/bolshaya-statya-pro-gridy-css-grid-layout.html
CSS-LIVE
Руководство по возможностям CSS Grid Layout
Статья-руководство по CSS Grid Layout, с подробным описанием основных понятий, неочевидных моментов и практически полезных применений CSS-гридов
Выбор Jest вместо Mocha https://gziolo.pl/2017/06/17/picking-jest-over-mocha/
Grzegorz Ziółkowski
Picking Jest over Mocha - testing tools comparison - Grzegorz Ziółkowski
At Automattic we use Mocha to run all tests written for Calypso project which powers WordPress.com. It also includes end-to-end tests, which live in their own repository. We have been using this setup for over 3 years now. I think it is a good moment to revisit…
Пожалуйста, сделайте Google AMP опциональным https://www.alexkras.com/please-make-google-amp-optional/
alexkras.com
Please Make Google AMP Optional
I was reading some articles on Hacker News about how we’ve lost the internet to big companies and how we are not doing anything about it and it got me thinking about Google’s Accelerated Mobile Pages…
Как отслеживать изменения в DOM-е с использованием Mutation Observer https://blog.sessionstack.com/how-to-track-changes-in-the-dom-using-mutation-observer-bafdac65bca5
SessionStack Blog
How to track changes in the DOM using Mutation Observer
MutationObserver is a Web API provided by modern browsers for detecting changes in the DOM. With this API one can listen to newly added or removed nodes, attribute changes or changes in the text…
A11ycasts #19: доступные модальные окна https://www.youtube.com/watch?v=JS68faEUduk
YouTube
Accessible Modal Dialogs -- A11ycasts #19
ARIA Authoring Practices: Dialog - https://goo.gl/ibNKWw
eBay MIND Patterns: Dialog - https://goo.gl/FI5NHa
Inert Polyfill - https://goo.gl/nXMS1V
The accessible modal dialog. It seems like such an easy thing to build, but in reality, it's a total pain!…
eBay MIND Patterns: Dialog - https://goo.gl/FI5NHa
Inert Polyfill - https://goo.gl/nXMS1V
The accessible modal dialog. It seems like such an easy thing to build, but in reality, it's a total pain!…
Принципы доступности. https://www.w3.org/WAI/intro/people-use-web/principles
React State или Redux State: когда что использовать? https://spin.atomicobject.com/2017/06/07/react-state-vs-redux-state/
Atomic Spin
React State vs. Redux State: When and Why?
Even if you choose to use Redux in your project, you will still need to make decisions on how much of your data is stored in Redux.
Как 17 строчек кода улучшили загрузку Shopify.com на 50% https://shopifyengineering.myshopify.com/blogs/engineering/how-17-lines-of-code-improved-shopify-com-loading-by-50
Shopify Engineering
How 17 Lines of Code Improved Shopify.com Loading by 50%
3 minute read
Big improvements don't have to be hard nor take a long time to implement. It took, for example, only 17 lines of code to decrease the time to display text on Shopify.com by 50%. That saved visitors 1.2 seconds: each second matters given that…
Big improvements don't have to be hard nor take a long time to implement. It took, for example, only 17 lines of code to decrease the time to display text on Shopify.com by 50%. That saved visitors 1.2 seconds: each second matters given that…
Подкаст «Веб-стандарты», Выпуск №72 https://soundcloud.com/web-standards/episode-72
SoundCloud
Выпуск №72
Только для Chrome, анонсы Safari, Chrome и Edge, гриды, Шорты, стример Юра, Stylelint и Node.js.
— Ольга Алексашенко
— Вадим Макеев
— Алексей Симоненко
Обсуждайте в Слаке — https://web-standards.sla
— Ольга Алексашенко
— Вадим Макеев
— Алексей Симоненко
Обсуждайте в Слаке — https://web-standards.sla
World Wide Web, небогатый западный веб (часть 1) https://www.smashingmagazine.com/2017/03/world-wide-web-not-wealthy-western-web-part-1/
Smashing Magazine
World Wide Web, Not Wealthy Western Web (Part 1) — Smashing Magazine
Many of the developing economies across the world are growing extraordinarily fast, with a rapidly expanding middle class that has increasing disposable income. In this article, Bruce Lawson will examine some of those countries and where the next 4 billion…
Сделать React снова быстрым [часть 1]: временная шкала производительности https://blog.logrocket.com/make-react-fast-again-part-1-performance-timeline-f7f39f676f58
LogRocket Blog
Make React Fast Again [Part 1]: Performance Timeline - LogRocket Blog
React is usually pretty fast, but it’s easy to make small mistakes that lead to performance issues. Slow component mounts, […]