Course lesson
Create New Pages in Next.js and Navigate Them Using Link
You will get a tour of the default Next.js project structure.
- Duration
- 3 min
- Access
- Included
- Transcript
- Retained from source evidence
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.