Next Router

v.15

Fabio Biondi
Google Expert | Angular
# Router
Now we create some new routes.
Then create the following folders, each containing a page.tsx
file:
In the next lessons we'll also create the /about
page but we'll make it using markdown syntax instead of using JSX
Now the following routes should be available.
Open these urls to be sure they work:
# Not Found page
We can customize the 404 page creating the not-found.tsx
file.
This page will be displayed if you access a route that does not exist, e.g. http://localhost:3000/xyz
So add this file to the app
folder:
Accedi a TUTTI I CORSI PREMIUM ad un unico prezzo!