Skip to main content

SSG & SSR

· One min read
Shi Xinyu
Front End Developer

link

SSR: render HTML every time, on the server. Good for SEO, need hydration

SSG(Static Site Generation): render once when build, good for SEO, need hydration.

ISR(Incremental Static Regeneration): for static pages, use SSG and CDN, for other pages, return CSR page