DEV Community

Discussion on: What tools/frameworks do you use for styling you web app?

Collapse
 
guilhermeomt profile image
Guilherme Tavares

I really like the CSS-in-JS approach. So, styled-components and emotion are the best picks for this kind of styling. Another library that I like using is Theme UI. It allows to style MDX content easily.

Collapse
 
asheeshh profile image
ashish

CSS in JS is ❤, will check out theme ui, sounds interesting 👀

Collapse
 
lockykeaney profile image
Locky Keaney

Emotion has always been my go to. Seeing how everything in React is a function, why not the styles as well?