Back to Docs

Integration Patterns

Learn best practices for Next.js integration

Static Site Generation (SSG)

Generate content at build time for maximum performance

Incremental Static Regeneration (ISR)

Update static content without rebuilding the entire site

Server-Side Rendering (SSR)

Generate content on each request for dynamic needs