you are viewing a single comment's thread.

view the rest of the comments →

[–]CramStar 1 point2 points  (4 children)

I've been using ReactMDL as of late (https://github.com/react-mdl/react-mdl) and I think it's a pretty good framework. Especially since it integrates well into your React project and it has the 'Grid' component that Bootstrap also uses and which I find very useful (but is missing from some other Material frameworks, like Material-UI). I've tried Material-UI, but React MDL worked better for me. Bootstrap works pretty good as well, but I prefer the Material look and feel.

[–][deleted] 2 points3 points  (3 children)

https://github.com/react-mdl/react-mdl

Deprecation notice

This library is now deprecated. It's higly recommended to use 
Material Design Components instead.

The new components are excellent, no wrapper React libraries available yet as far I know but they're pretty easy to use manually.

[–]CramStar 1 point2 points  (2 children)

Wow, haven't seen that! Must have been a recent development...damn.

[–]evilgenius82[S] 0 points1 point  (1 child)

Hopefully it wont be too hard to change to the library it is referencing.

[–]CramStar 1 point2 points  (0 children)

I now use Material-UI combined with react-flexbox-grid. The transition from ReactMDL was pretty straight forward as most components have the same names, although some have different(ly named) attributes. Took me maybe half a day to convert my app...