They're going to move to JSS.
[1] https://github.com/oliviertassinari/a-journey-toward-better-...
[2] http://www.material-ui.com/
Each component has multiple style props, lest you resort to "div > div > div:nth-child(2)" in your own CSS.
Each "style" prop now has to be diffed by React too.
Doing things like hover on mouse/touch events seems like it will never be as efficient as using ":hover".
And when doing universal rendering, the amount of markup you send is huge. And you have to disable the browser-prefixing of style props.
Having said all that, the material-ui library is still great.
They're going to move to JSS.
[1] https://github.com/oliviertassinari/a-journey-toward-better-...
[2] http://www.material-ui.com/