> ## Documentation Index
> Fetch the complete documentation index at: https://swe.aboneda.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Next.js Fundamentals

> Core concepts of Next.js — App Router, file-based routing, and rendering strategies.

# Next.js Fundamentals

A structured approach to mastering Next.js for production-grade React applications.

## Topics to Cover

* **App Router** — File-based routing, layouts, loading & error states
* **Rendering** — SSR, SSG, ISR, and React Server Components
* **Data Fetching** — Server-side fetching, caching, revalidation
* **API Routes** — Route handlers, middleware, edge functions
* **Deployment** — Vercel, self-hosting, environment configuration
