SSR
Server-side rendering (SSR) is a technique that renders a web page on the server rather than in the browser. When a website’s JavaScript is rendered on the website’s server, a fully rendered page is sent to the client and the client’s JavaScript bundle engages and enables the Single Page Application framework to operate.