Next.js Feature Test App
This app contains a handful of pages. Each page implements a specific Next.js feature. Deploy this app. Then select a test below to check if the feature works.
Based upon the excellent OpenNext example Next.js app.
- Static Site Generation (SSG)
- Static Site Generation — with dynamic routes
- Static Site Generation — with dynamic route fallback
- Incremental Static Regeneration (ISR)
- Server Side Rendering (SSR)
- Server Side Rendering — redirect
- Server Side Rendering — page not found
- API Route
- Middleware — rewrite
- Middleware — redirect
- Middleware — set header
- Middleware — geolocation
- NextAuth
- Image Optimization — imported image
- Image Optimization — remote image
- Image using html image tag
- Font — @next/font
- 404 Page not found