StyleX

A styling system built by Meta, MIT licensed: you write styles in JavaScript and a compiler turns them into static atomic CSS. What sets it apart for a design system lives in the types. A component can declare which style properties it accepts, and even the allowed values: a `marginTop` limited to 0, 4, 8 or 16, for instance. Themes and design variables are typed the same way.

Strengths

Limitations

Best for

Official site

View on Coeurdar