DEV Community

Discussion on: An intro to styled components in your react project

Collapse
 
willholmes profile image
Will Holmes

Interesting - my fear with this tech was that it would actually introduce more admin than needed (like the every styled component for html). It would be great to see a write up maybe of your experience with it?

Collapse
 
joebobmiles profile image
Joseph R Miles

I can certainly oblige!

Collapse
 
joebobmiles profile image
Joseph R Miles

As promised, here's my write up about my experience migrating from Sass to Styled Components: dev.to/joebobmiles/migrating-from-...