Create your first pages and layouts, and link between them.| nextjs.org
Learn how to combine the benefits of static and dynamic rendering with Partial Prerendering.| nextjs.org
Learn how to upgrade your existing Next.js application from the Pages Router to the App Router.| nextjs.org
Dynamic Routes can be used to programmatically generate route segments from dynamic data.| nextjs.org
API reference for the generateStaticParams function.| nextjs.org
Learn how to handle form submissions and data mutations with Next.js.| nextjs.org
Create custom request handlers for a given route using the Web's Request and Response APIs.| nextjs.org
Learn how you can use React Server Components to render parts of your application on the server.| nextjs.org