Playground
Menu
Layouts
Nested Layouts
Route Groups
Parallel Routes
File Conventions
Loading
Error
Not Found
Caching
Routes
Components
Functions
APIs
useLinkStatus
Misc
Client Context
Examples
Layouts
Nested Layouts
Create UI that is shared across routes
Route Groups
Organize routes without affecting URL paths
Parallel Routes
Render multiple pages in the same layout
File Conventions
Loading
Create meaningful Loading UI for specific parts of an app
Error
Create Error UI for specific parts of an app
Not Found
Create Not Found UI for specific parts of an app
Caching
Cacheable Routes
Cache the rendered output of an entire route segment
Cacheable Components
Cache the rendered output of an individual React component
Cacheable Functions
Cache the computed result of a regular function
APIs
useLinkStatus
Create inline visual feedback for link interactions
Misc
Client Context
Pass context between Client Components that cross Server/Client Component boundary
Source code
/
Docs
/
Deploy on