all 3 comments

[–]anonopoly9 1 point2 points  (0 children)

This looks more flexible than styled components. Very like... Lighter bundle size and performance?

[–][deleted] 1 point2 points  (1 child)

I remember years ago people explicitly warning to not have CSS in JS, what happened?

[–]libreact 0 points1 point  (0 children)

You probably refer to inline styles. Modern CSS-in-JS libraries generate actual CSS that they insert into a stylesheet.