All You Need To Know About CSS-in-JS

TL;DR: Thinking in componentsNo longer do you have to maintain a bunch of style sheets.

Trevor-Indrek Lasn
Better Programming
Published in
5 min readNov 9, 2017

--

design by Anna Dadej

CSS-in-JS abstracts the CSS model to the component level, rather than the document level (modularity).

Styled React Component Example

--

--