Skip to main content

3 posts tagged with "Frontend"

Frontend 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.