|
|
--- |
|
|
title: Next.js Docs |
|
|
description: Welcome to the Next.js Documentation. |
|
|
related: |
|
|
title: Next Steps |
|
|
description: Create your first application and learn the core Next.js features. |
|
|
links: |
|
|
- app/getting-started |
|
|
--- |
|
|
|
|
|
Welcome to the Next.js documentation! |
|
|
|
|
|
## What is Next.js? |
|
|
|
|
|
Next.js is a React framework for building full-stack web applications. You use React Components to build user interfaces, and Next.js for additional features and optimizations. |
|
|
|
|
|
It also automatically configures lower-level tools like bundlers and compilers. You can instead focus on building your product and shipping quickly. |
|
|
|
|
|
Whether you |
|
|
|
|
|
## How to use the docs |
|
|
|
|
|
The docs are organized into 3 sections: |
|
|
|
|
|
- [Getting Started](/docs/app/getting-started): Step-by-step tutorials to help you create a new application and learn the core Next.js features. |
|
|
- [Guides](/docs/app/guides): Tutorials on specific use cases, choose what |
|
|
- [API Reference](/docs/app/api-reference): Detailed technical reference for every feature. |
|
|
|
|
|
Use the sidebar to navigate through the sections, or search (`Ctrl+K` or `Cmd+K`) to quickly find a page. |
|
|
|
|
|
## App Router and Pages Router |
|
|
|
|
|
Next.js has two different routers: |
|
|
|
|
|
- **App Router**: The newer router that supports new React features like Server Components. |
|
|
- **Pages Router**: The original router, still supported and being improved. |
|
|
|
|
|
At the top of the sidebar, you |
|
|
|
|
|
## Pre-requisite knowledge |
|
|
|
|
|
Our documentation assumes some familiarity with web development. Before getting started, it |
|
|
|
|
|
- HTML |
|
|
- CSS |
|
|
- JavaScript |
|
|
- React |
|
|
|
|
|
If you |
|
|
|
|
|
## Accessibility |
|
|
|
|
|
For the best experience when using a screen reader, we recommend using Firefox and NVDA, or Safari and VoiceOver. |
|
|
|
|
|
## Join our Community |
|
|
|
|
|
If you have questions about anything related to Next.js, you |
|
|
|