Parallel Routes: Render Multiple Pages Simultaneously
Parallel routes allow you to render multiple pages in the same layout simultaneously. They're defined using named slots with the @folder convention.
The Problem They Solve
Imagine a dashboard where you want to show:
- A main content area
- A sidebar with notifications
- A modal overlay (conditionally)
Each of these could have its own loading/error states and navigation.