I suggest you check the source code of MERN project. It's a seed project that lets you get started with isomorphic React/Redux apps easily. The read me of the project also explains how SSR is achieved.
Alternatively you can also check this tutorial written by me which utilizes Alt and React to render components on server.