Next.js Feature Showcase
Explore Next.js feature from navigation above.
- Built with Next.js 14 + Tailwind CSS (stand-alone)
- Git repository at: https://github.com/wizzard262/next-js-features-demo
- Build & Deploy from Vercels zero-config CI/CD workflow (no YAML files)
- Hosted on Vercel https://next-js-features-demo.vercel.app/
(Github Pages will only host static content, and Azure is forcing a "Next.js breaking" Node 22 or 24 runtime)
Some more Next.js features TODO?
- Layouts & nested layouts
- Loading UI (loading.tsx)
- Error boundaries (error.tsx)
- Route groups
- Edge runtime
- Metadata API
- Route handlers (route.ts)
- Fonts (next/font)
- Parallel & intercepting routes