Learn how to create or update static pages at runtime with Incremental Static Regeneration.| nextjs.org
Learn about how to configure options for Next.js route segments.| nextjs.org
Dynamic Routes can be used to programmatically generate route segments from dynamic data.| nextjs.org
Learn how to handle form submissions and data mutations with Next.js.| nextjs.org
Learn how to use Middleware to run code before a request is completed.| nextjs.org
Create custom request handlers for a given route using the Web's Request and Response APIs.| nextjs.org