Pregunta de entrevista de Guardian Life

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

Respuesta de la entrevista

Anónimo

24 feb 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.