DEV Community

Discussion on: How to use Styled Components in your ReactJs project

Collapse
 
kylefilegriffin profile image
Kyle Griffin

I think it's the best way to currently encapsulate a component within it's own styles, with the ability to dynamically change with the project depending on what it needs to do. Instead of using JS to add and remove classes, styled-components does it better. So it is not only solving a problem, it's improving on an existing solution and is another wooden stake in jQuery's chest.