Design engineering blog
-
Extreme performance
Today the web performance industry optimizes the wrong things. Complex bundlers, code splitting, and tree shaking treat symptoms while ignoring the root cause: JavaScript dependency for basic functionality.
-
What is design engineering?
Web development split into two camps: those who design and those who code. This division is artificial. The web is a design medium that happens to be programmable.
-
Modern CSS is awesome
CSS has transformed dramatically over the past decade, but the JavaScript ecosystem hasn't noticed. While React developers debate CSS-in-JS solutions, the language itself evolved into something unrecognizable from its 2013 limitations.
-
What is a CSS design system?
Modern CSS has everything needed for real design systems. Variables, nesting, layers, and scope create visual languages that scale across product lines. When design lives in one place, both designers and developers work at full speed.