Back to Developer Roadmap

Pages Router

src/data/roadmaps/nextjs/content/pages@htuyzi5_N-fqnx_SsO_DS.md

4.0587 B
Original Source

Pages Router

The Pages Router in Next.js is a file-system based router built around the pages directory. Each file in the pages directory becomes a route based on its file name. For example, a file named about.js would create a route at /about. This approach simplifies routing by automatically mapping files to routes, making it easy to create and manage different pages within your application.

Visit the following resources to learn more: