Оптимизация рендеринга в React (часть 1) https://flexport.engineering/optimizing-react-rendering-part-1-9634469dca02
Flexport Engineering
Optimizing React Rendering (Part 1)
We migrated our web app to React almost 3 years ago, and since React performs extremely well out of the box, optimizing performance was not…
FW #4 — Как стать звездой frontend'а за год https://soundcloud.com/frontend-weekend/fw-4
Браузер на основе блокчейна Brave провел ICO и привлёк $35 млн за 30 секунд https://vc.ru/n/brave-ico
vc.ru
Браузер на основе блокчейна Brave провел ICO и привлёк $35 млн за 30 секунд
Работающий на базе технологии блокчейн браузер Brave завершил первоначальное размещение криптографических токенов (ICO). Цифровые средства были приобретены за 30 секунд, а выручка от продажи токена Basic Attention Token (BAT) на базе платформы Ethereum эквивалентна…
Собственные темы с Angular Material https://blog.thoughtram.io/angular/2017/05/23/custom-themes-with-angular-material.html
blog.thoughtram.io
Custom themes with Angular Material
Angular Material offers great theming capabilities for both, built-in and custom themes. In this article we'll explore how to make your custom components theme aware!
Формы и кастомные поля ввода в Angular 2+ https://habrahabr.ru/company/tinkoff/blog/323270/
habrahabr.ru
Формы и кастомные поля ввода в Angular 2+
Меня зовут Павел, я фронтенд-разработчик Tinkoff.ru. Наша команда занимается разработкой интернет-банка для юридических лиц. Фронтенд наших проектов был...
Вне пузыря: производительность в реальном мире https://building.calibreapp.com/beyond-the-bubble-real-world-performance-9c991dcd5342
Calibreapp
Beyond the Bubble: Real world performance
My work is entirely dedicated to that of helping people build better, faster and more accessible apps and websites. Running Calibre has…
Подробно об ARIA. Причина и решение всех наших проблем доступности https://webaim.org/blog/aria-cause-solution/
WebAssembly: Mozilla победила https://robert.ocallahan.org/2017/06/webassembly-mozilla-won.html
Реактивный UI с помощью VanillaJS – часть 1: чистый функциональный стиль https://css-tricks.com/reactive-uis-vanillajs-part-1-pure-functional-style/
CSS-Tricks
Reactive UI’s with VanillaJS – Part 1: Pure Functional Style
Last month Chris Coyier wrote a post investigating the question, "When Does a Project Need React?" In other words, when do the benefits of using React
Экспорт графики для веба, Виталий Зюзин — HTML Academy https://www.youtube.com/watch?v=EuDqhvPmQKI&feature=youtu.be
YouTube
Экспорт графики для веба, Виталий Зюзин — HTML Academy
Виталий Зюзин, преподавать онлайн-интенсива «Базовый HTML и CSS», рассказывает о том, как правильно экспортировать графику и на что обращать внимание при выб...
JavaScript фреймворки для юнит тестирования: сравнение Jasmine, Mocha, AVA, Tape и Jest https://raygun.com/blog/javascript-unit-testing-frameworks/
Raygun Blog
JavaScript unit testing frameworks in 2024: A comparison
Unit tests are essential for software quality. Learn about the pros and cons of the most popular JavaScript unit testing frameworks and start unit testing today.
ctr — очередной CSS Framework https://ctr-lang.com/
Ctr-Lang
⌂ ctr ⌂
The Next Generation CSS Framework.
chromatism — простой набор утилит для работы с цветами https://github.com/toish/chromatism
GitHub
GitHub - graypegg/chromatism: A simple set of utility functions for colours.
:rainbow: A simple set of utility functions for colours. - GitHub - graypegg/chromatism: A simple set of utility functions for colours.
Превращение Angular контроллеров в ES6 классы https://www.codelord.net/2017/05/20/converting-angular-controllers-to-es6-classes/
www.codelord.net
Converting Angular Controllers to ES6 Classes
After covering the process of transforming Angular services to ES6 classes, and digging into how injection works with ES6 classes, it’s time to take a closer look at controllers. Controllers, being …