BerkeleyTrue / react-material

Material design components written with React.js and React Style
http://berkeleytrue.github.io/react-material
404 stars 38 forks source link

Is the project dead ? #111

Closed bogas04 closed 6 years ago

bogas04 commented 7 years ago

Would love to contribute to it as it can move faster than material-ui IMO.

BerkeleyTrue commented 7 years ago

I have yet to find a suitable replacement for react-style. I've thought about making this project similar to react-bootstrap where it just provides the appropriate css classes.

Why do you say material-ui cannot move fast?

bogas04 commented 7 years ago

Hmm, I understand.

Because it is currently migrating from inline styles to CSSinJS, which will take them a lot of time. By that time react-mdl and react-material can come forward

kevinguard commented 6 years ago

One of the advantages of this project is that it uses inline styles. You should be able to simply remove react-style and convert them to pure inline styles. Large companies are moving away from CSS + classNames and recommend using only inline styling which seems to be faster and very efficient for prototyping, yet great performance in prod.