ctrlplusb / react-universally

A starter kit for universal react applications.
MIT License
1.7k stars 244 forks source link

[Question] Material UI Next #559

Closed martinop closed 6 years ago

martinop commented 6 years ago

Has anyone implemented Material UI Next using React Universally with SSR?

Falieson commented 6 years ago

@martinop I got material-ui@next working in my react-universally app no problem, just followed their getting started directions. The only thing I did differently than the directions is import 'typeface-roboto/index.css' following the normalize.css line in the app/index file