Server side Rendering (SSR) is a modern technique to convert a Single Page Application (SPA) running in the browser into a server based application . Usually, in SPA, the server returns a simple index. html file with the reference to the JavaScript based SPA app.