erikras / react-redux-universal-hot-example

A starter boilerplate for a universal webapp using express, react, redux, webpack, and react-transform
MIT License
11.99k stars 2.5k forks source link

Initial Server Rendered page not getting rendered immediately on client #1396

Open ashuorg opened 7 years ago

ashuorg commented 7 years ago

In the application build why the page is not getting rendered as we received in the initial html(Doc) as we receive complete doc from the server when it reaches client, i am not sure what is preventing it from rendering.