SSR vs SSG vs ISR — Part 3: The Hybrid Reality
If you read Part 1 and Part 2 carefully, you already know the “pure” forms:
Server Side Rendering (SSR) does work during every request.
Static Site Generation (SSG) does work once at build time.
In
ananthakrishnan.hashnode.dev7 min read