DEV Community

Discussion on: Every React Developer should know these libraries

Collapse
 
andresausecha profile image
Andres Ausecha Mosquera • Edited

Some technologies are actually absolutely necessary, and I would expect to find those that I mentioned in 90% of react projects. Regarding SASS, I consider you don't need styled components to resolve CSS class conflicts, SASS is much lighter and code is easier to maintain.

Thread Thread
 
leob profile image
leob

What do you mean by "SASS is 'lighter'", you mean in terms of Kb's/bundle size it generates? Regarding "easier to maintain", I think that the Styled Components fans will disagree.