DEV Community

Discussion on: What is your go to CSS-in-JSS library?

Collapse
 
emma profile image
Emma Goto 🍙

I'm a big fan of the styled API that both styled-components and Emotion provides. I generally try and use Emotion, since it does have a smaller bundle size than styled-components.