DEV Community

Discussion on: How are you using Styled Components?

Collapse
 
rexgalilae profile image
RexGalilae

CSS modules is the cleanest approach for me.

Styled components respect no separation of concerns and are verbose

Collapse
 
nitzanhen profile image
Nitzan Hen

I'm actually a big fan of CSS modules too!
However, as far as I can tell there are many developers who use styled-components, so I'd like to have support for it in Agrippa (it already has CSS modules by default, btw).