MadeInHaus / react-starter

A client-side SPA starter bundled with React, Redux, CSS Modules, React Router 4, and Webpack 4
MIT License
9 stars 2 forks source link

Remove `react-css-modules` #27

Closed chrisjcodes closed 6 years ago

chrisjcodes commented 6 years ago

This package is the one that gives us the styleName attribute. I feel that it makes reasoning about things a bit harder especially when youre passing classNames through to another element. Also it is a pain to import multiple stylesheets. I think it does more harm than good.

Its only benefits are:

stevescavo commented 6 years ago

I'm all for removing this package dependency.