Concept Flow - Parallel routes (@slot)
User navigates to route
Next.js matches route
Render main layout
Render parallel route slots
Slot A
Combine slots into page
Display combined UI
When a user visits a route, Next.js renders the main layout and fills multiple parallel slots with different components simultaneously, then combines them to show the full page.