Hacker News new | ask | show | jobs
by stockkid 2458 days ago
I do not think that it provides much more value than other simpler solutions already do. I might be wrong, so please correct me, but the main problem styled-component solves is already solved by css-module. In this light, styled-component seems an unnecessary abstraction and a whole new set of APIs to learn for no tangible benefit.
1 comments

can't provide props aka the theming options in `css-modules`. I think, `styled-components` seems like an extension to css-module.