Enable fast client-side navigation with the built-in `next/link` component.| nextjs.org
API Reference for the permanentRedirect function.| 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
Learn how you can use React Server Components to render parts of your application on the server.| nextjs.org