Server-side rendering (SSR) is when content on your webpage is rendered on the server and not on your browser using JavaScript.
It’s important to note here that, for React’s sake, what you render on the server (#2 above) needs to be identical to what is rendered on the client (#3). If not, React will throw a warning.
.render
.hydrate
Pass props to components
Render App with fetched data
Add routing
Add redux