File size: 618 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 |
---
title: App Router
description: The App Router is a file-system based router that uses React's latest features such as Server Components, Suspense, Server Functions, and more.
related:
title: Next Steps
description: Get started by following the installation guide.
links:
- app/getting-started/installation
---
The **App Router** is a file-system based router that uses React's latest features such as [Server Components](https://react.dev/reference/rsc/server-components), [Suspense](https://react.dev/reference/react/Suspense), and [Server Functions](https://react.dev/reference/rsc/server-functions).
|