Fetch data and generate static pages with `getStaticProps`. Learn more about this API for data fetching in Next.js.| nextjs.org
Learn how to use Middleware to run code before a request is completed.| nextjs.org
Create custom request handlers for a given route using the Web's Request and Response APIs.| 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
Fetch data on each request with `getServerSideProps`.| nextjs.org