j-hannes / realworld-react-redux-modular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use styled components

j-hannes opened this issue · comments

... and remove all classNames from the application.

Would that make sense?

While the concept of styled-components is really cool and I will definitely try to use it in my next project which I build from scratch it seems quite difficult to be introduced into an existing project.

I mean you can always add styled components to existing CSS definitions but to convert existing CSS into styled components seems quite complex and will take a lot of hours. Especially for this project which has a dependency on Bootstrap and there won't be any "className-free" components anyway. So I decide to close this here for now.

You can have a look at changes that I made with this diff.