Bookmarks

Fighting inter-component HTML bloat by Elise Hein

Lots of interesting ideas about preventing additional divs when building (largely React-based) design systems. Particularly interested in the ideas around the asChild prop, which is a really interesting workaround for issues with compound components.