Next.js
Next.js is a React framework for building server-side rendered and static site applications with powerful features like Server Components and App Router.
→ Official Next.js Documentation
What create-faster adds
Beyond the official Next.js setup, we include:
Project Structure:
- Pre-configured error pages (
error.tsx,not-found.tsx) - Centralized app providers (
src/components/app-providers.tsx) - Custom hooks directory with
useIsMobileutility
Development Scripts:
analyze- Bundle size analysis with@next/bundle-analyzer
Compatible Modules
Auth
API
Data Fetching

