Examples
This page outlines a growing list of common use cases that can be used as a reference when building using this starter kit. If you don't need them for your site, feel free to delete the `pages/examples` directory in your codebase.
- SSG and ISR - by default, this starter kit is optimized for SSR and Edge Caching on Pantheon. This example is provided for cases where Next.js static generation options would be beneficial.
- Pagination - by default, this starter kit uses infinite scrolling. This example is provided for cases where you want to show more traditional pagination controls.
- API Authorization - confirms that Next.js is able to make authenticated requests to Pantheon Content Cloud's API.
- Pagination - a paginated list with a large dataset.