Rendering Strategies

CSR (Client-Side)

The browser does the work (Standard React).

spinner

SSR (Server-Side)

The server does the work per request (Next.js/Remix).

spinner

SSG (Static Generation

The work is done once at build time (Gatsby/Astro).

spinner

Last updated