This commit is contained in:
MartinBraquet
2025-11-14 14:14:52 +01:00
parent b9a637fdac
commit 7766b43187

View File

@@ -4,11 +4,9 @@ But how does page rendering work with Next.js?
### Terminology
- SSR: server-side rendering
- SSG
- ISR
- Edge
- Lambda
- SSR: server-side rendering (Edge or Lambda)
- SSG: static site generation
- ISR: incremental static regeneration
### DOM