Pages & Layouts Overview
Explore the distinction between pages and layouts, and how they combine to form the UI structure of your Next.js application.
Welcome to Pages & Layouts
Next.js UI rests on two ideas: Pages and Layouts. This lesson shows what each one is and how they combine to build your interface.
What is a Page?
A Page is a React component that renders the UI for one route. Default-export it from a page.js file and that route gets its own view.
All lessons in this course
- Project Setup & CLI
- File-System Routing Basics
- Pages & Layouts Overview
- Styling Your Next.js App