CSS containment

Direct Link

Michael Scharnagl breaking down the new contain property:

If you build simple sites without tons of DOM nodes and widgets you probably don’t have to care about CSS containment. On the other hand, if you build more complex sites CSS

Avatar of Robin Rendle
Shared by Robin Rendle on

Resilience

Direct Link

Jeremy Keith’s talk from last year’s ColdFront conference is all about the fragility of the modern web. Jeremy talks about languages, such as Javascript, that have a “fragile error handling model” and why simple markup is much more resilient and …

Avatar of Robin Rendle
Shared by Robin Rendle on

Introducing React Storybook

Direct Link

Arunoda Susiripala:

With React Storybook, you can develop and design UI components outside your app in an isolated environment. It will change how you develop UI components.

Like a pattern library for stated React components.…

Avatar of Robin Rendle
Shared by Robin Rendle on

How to work with SVG icons

Direct Link

Solid basics of an SVG icon system in this guide from Florens Verschelde, mixed with some good tricks: the two-color trick, pre-loading the sprite, and using custom properties for unlimited color variations. Also an interesting bit about using multiple methods …

Avatar of Chris Coyier
Shared by Chris Coyier on (Updated on )