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 use Middleware to run code before a request is completed.| nextjs.org
Next.js supports API Routes, which allow you to build your API without leaving your Next.js app. Learn how it works here.| nextjs.org