0% found this document useful (0 votes)
9 views1 page

pdf24 - Converted Pages 3

Next.js features two routers: the App Router, which supports React's latest features, and the Pages Router, the original router for server-rendered applications. Users can switch between the two routers via a dropdown menu, and the documentation provides guidance for both. A basic understanding of HTML, CSS, and React is recommended to effectively utilize the documentation, and accessibility tips for screen reader users are also provided.

Uploaded by

marcusmelodious
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views1 page

pdf24 - Converted Pages 3

Next.js features two routers: the App Router, which supports React's latest features, and the Pages Router, the original router for server-rendered applications. Users can switch between the two routers via a dropdown menu, and the documentation provides guidance for both. A basic understanding of HTML, CSS, and React is recommended to effectively utilize the documentation, and accessibility tips for screen reader users are also provided.

Uploaded by

marcusmelodious
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Next.js has two different routers: the App Router and the Pages Router.

The App Router is a


newer router that allows you to use React's latest features, such as Server Components and
Streaming. The Pages Router is the original Next.js router, which allowed you to build server-
rendered React applications and continues to be supported for older Next.js applications.

At the top of the sidebar, you'll notice a dropdown menu that allows you to switch between the
App Router and the Pages Router features. Since there are features that are unique to each
directory, it's important to keep track of which tab is selected.

The breadcrumbs at the top of the page will also indicate whether you're viewing App Router
docs or Pages Router docs.

Pre-Requisite Knowledge
Although our docs are designed to be beginner-friendly, we need to establish a baseline so that
the docs can stay focused on Next.js functionality. We'll make sure to provide links to relevant
documentation whenever we introduce a new concept.

To get the most out of our docs, it's recommended that you have a basic understanding of
HTML, CSS, and React. If you need to brush up on your React skills, check out our React
Foundations Course, which will introduce you to the fundamentals. Then, learn more about
Next.js by building a dashboard application.

Accessibility
For optimal accessibility when using a screen reader while reading the docs, we recommend
using Firefox and NVDA, or Safari and VoiceOver.

Join our Community

You might also like