DEV Community

Discussion on: How do you manage your sass/scss or any other styling files on react?

Collapse
 
raisaugat profile image
Saugat Rai

Cool. I think this approach is much cleaner than styled components. But have you tried styled components? And what are your thoughts on this?

Collapse
 
mikeczarnota profile image
Michał Czarnota

Soon after your comment we decided to use styled-components in part of our system. It's been a while with them, so I've got some thoughts.

  1. It's so easy to style components, depending on props!
  2. It's so hard to debug nested components!