Linaria is a zero-runtime CSS-in-JS library that extracts CSS to plain files at build time using a Babel preset. Unlike traditional CSS-in-JS libraries (styled-components, Emotion), it has no runtime cost — no CSS parser is bundled with JavaScript, enabling parallel downloading of CSS and JS. It supports tagged template literal

4m read timeFrom callstack.com
Post cover image
Table of contents
How does it differ from CSS modules?How does it differ from other CSS in JS libraries?

Sort: