react-ssr-starter
react-ssr-starter copied to clipboard
why HTML content not coming from server?
I am checking this SSR starter-kit.
https://github.com/htdangkhoa/react-ssr-starter
deployed latest code https://reactssrstarter.herokuapp.com/home
I clone this repo and run npm run dev. I found one issue I am not getting HTML content from server when I am checking through page source. In other words react component is not render on server why ?
Will there be any progress on this? @htdangkhoa