Table of Contents

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:

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.