When to Use Static Generation v.s. Server-side Rendering
A practical guide to choosing between Static Generation and Server-side Rendering, with examples of when each one shines.

// frontend developer — writing since 2020
I build websites with React and Next.js, and I write about how the web renders. Backend when I must — Java, Spring Boot, Node.js.
▲ next build · compiled once, served every time
✓ / 2 posts
✓ /tags/[tag] 4 tags
React · Next.js · Node.js · Java · Spring Boot · Angular · PHP
A practical guide to choosing between Static Generation and Server-side Rendering, with examples of when each one shines.
Static Generation and Server-side Rendering explained — how Next.js pre-renders pages and when to use each approach.