Create New Pages in Next.js and Navigate Them Using Link

Share this video with your friends

Send Tweet

You will get a tour of the default Next.js project structure.

You will also learn how Next.js uses the files and folders within the pages directory to generate its routes, and that each route is simply a React component. Navigation between these routes can easily be set up using the Link component from next/link.