logoNext.js
DocumentationBlogLearnGithub
Getting Started
Installation
Project Structure
Layouts and Pages
Images
Fonts
CSS
Server and Client Components
Fetching Data
Caching and Revalidating
Updating Data
Error Handling
Partial Prerendering
Metadata and OG images
Deploying
Upgrading
Guides
Building Your Application
Deep Dive
API Reference
Architecture
Community
logoNext.js
DocumentationBlogLearn
Introduction

App Router

The App Router is a file-system based router that uses React's latest features such as Server Components, Suspense, and Server Functions.

Installation

Create a new Next.js application with the `create-next-app` CLI, and set up TypeScript, ESLint, and Module Path Aliases.