DEV Community

Discussion on: Styled components cheat sheet for React

Collapse
 
keefdrive profile image
Keerthi

In my opinion, they (sass, css modules, and styled-components) are all good if you implement them correctly and sensibly so that you are not re-inventing the wheel. Using sass , there is that little overhead of learning how to write mixins/functions etc, whereas in styled-components you apply the same JS programming logic, this results in less of a learning curve for react developers.

Collapse
 
0xahmad profile image
Ahmad

Hmm thanks for the feedback will keep thst in my mind. Thanks 👋