Learn how to deploy your Next.js app to production, either managed or self-hosted.| nextjs.org
Learn more about the API of the Next.js Router, and access the router instance in your page with the useRouter hook.| nextjs.org
API reference for `getStaticPaths`. Learn how to fetch data and generate static pages with `getStaticPaths`.| nextjs.org
Next.js has built-in support for internationalized routing and language detection. Learn more here.| nextjs.org
Use Static Site Generation (SSG) to pre-render pages at build time.| nextjs.org
Learn how to create or update static pages at runtime with Incremental Static Regeneration.| nextjs.org
Fetch data on each request with `getServerSideProps`.| nextjs.org
Nested routes and layouts, client and server routing, React 18 features, and designed for Server Components.| nextjs.org