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
Learn how to create or update static pages at runtime with Incremental Static Regeneration.| nextjs.org
Learn how to use Middleware to run code before a request is completed.| nextjs.org