Learn more about the API of the Next.js Router, and access the router instance in your page with the useRouter hook.| nextjs.org
Fetch data and generate static pages with `getStaticProps`. Learn more about this API for data fetching in Next.js.| nextjs.org
Learn how to create or update static pages at runtime with Incremental Static Regeneration.| 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