Learn how to deploy your Next.js app to production, either managed or self-hosted.| nextjs.org
Learn best practices for fetching data on the server or client in 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
Next.js enables starting as a static site or Single-Page Application (SPA), then later optionally upgrading to use features that require a server.| nextjs.org