Skip to main content

Next.js Basics

Next.js Folder Structure

0:00
LearnStep 1/1

Project Organization

Next.js Folder Structure

App Router Structure (Recommended)

text

Key Files Explained

FilePurpose
layout.tsxShared UI wrapper for routes
page.tsxUnique UI for a route
loading.tsxLoading state UI
error.tsxError boundary UI
route.tsAPI endpoint handler