About
A small blog for learning how routes become pages.
File-based routes
Folders under app map directly to URLs.
Shared layouts
layout.tsx wraps pages with persistent UI.
Dynamic segments
[slug] renders many pages from one component.
About
Folders under app map directly to URLs.
layout.tsx wraps pages with persistent UI.
[slug] renders many pages from one component.