This is an example of implementing react server rendering with facebook cli create-react-app
without any ejection and modification.
Just simply make the frontend app as you would do using create-react-app
. No need to change anything in client to make server rendering. It also uses async server rendering using react-router
.
- First create the build using
npm run build
. - Then type
npm run start:server
to see the production.