Guardian Life interview question

What is the difference between client rendered, SSR and SSG?

Interview Answer

Anonymous

Feb 24, 2022

In SSR, a client requests content, dynamic HTML is pre-rendered on the server, and the page is delivered to the client’s browser. In SSG, static HTML is rendered at build time from templates and content provided by the developer, then delivered upon request by the client.