Introduction to React

Routing

Routing

Next.js enables file-based routing for all files in the directory pages. For example, when the route /about is visited, the file pages/about.js will be shown.

Edit this page on GitHub