Comment on State of React and CSSparentComments−EugeneOZ10yA frontend developer doesn't need to "worry about" CSS because that doesn't impact too much of their decision making about how to build the app.To write reusable code and styles, you need to worry about css in your modules.About article: I really hate the "everything in one plate" style.−visarga10yYeah, CSS lacking namespaces is a huge pain. You have to solve the hardest problem by hand - making sure no classes from different modules collide.
Comments
To write reusable code and styles, you need to worry about css in your modules.
About article: I really hate the "everything in one plate" style.
Yeah, CSS lacking namespaces is a huge pain. You have to solve the hardest problem by hand - making sure no classes from different modules collide.