styled-components has been out for a few months now, and it'd be interesting to know if the Hashnode community has picked it up.
Also, a comment with your thoughts and experience would be appreciated!
I haven't yet, though I am curious to see if there's anything I can do to help this issue get resolved! github.com/styled-components/styled-components/is…
I've played around with React a little on my own time, but so far zero (0) client projects are using it so I am not able to use any React-specific styling solutions while working on projects outside of React
Max Stoiber
CEO & co-founder of Stellate, the GraphQL CDN ⚡
Arnaud Rinquin
Web/JS/Fullstack dev
I think styled-components have major issues:
My maintainable CSS solution is inspired by Modular / Composable CSS framework like tachyon or baseCSS but with a twist: instead of reusing this libs, I write a new CSS framework per project, as I go. They tend to be super small, very reusable and maintainable compared to fully fledged tachyons/basecss.