Flow-router-ssr and material-ui

Hello,

I like SSR so I tried to use it with material-ui package.
It did not worked, so I slightly modified package and it seems to work at least for test example.
@arunoda 1 thing seems strange to me, should not be all these js scripts loads under SSRed part of body ?
Have fun

Yep. We don’t enable it by default now.
But there is an option.

See: https://github.com/kadirahq/flow-router/tree/ssr#defer-script-loading

1 Like

Thx, updated repo with enabled settings
Now it looks even more promising :smiley: