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
Fetch data and generate static pages with `getStaticProps`. Learn more about this API for data fetching in Next.js.| nextjs.org
Fetch data and generate static pages with `getStaticPaths`. Learn more about this API for data fetching in Next.js.| nextjs.org
Use Static Site Generation (SSG) to pre-render pages at build time.| nextjs.org
Dynamic Routes are pages that allow you to add custom params to your URLs. Start creating Dynamic Routes and learn more here.| 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
Learn how to use Middleware to run code before a request is completed.| nextjs.org