About
Server Side Rendering (SSR) means that the page is generated by the server and not by the client (browser).
Single Page Application
In the context of a Single Page Application, it means that:
- the next pages are generated by the Single Page Application in the client.
Server Rendering in this context is also known as Universal (Isomorphic) Apps because the code should takes into account the environment (browser or server) where it runs.