Skip to main content

One post tagged with "Next.js"

Next.js tag description

View All Tags

Pre-rendering

· One min read
Zed
Zed

Next.js has two forms of pre-rendering: Static Generation and Server-side Rendering. The difference is in when it generates the HTML for a page.