Parallel Routes dùng @slot convention để render nhiều pages cùng lúc trong cùng layout (ví dụ modal + page).
- Intercepting Routes (
(.)path,(..)path) cho phép intercept route và hiển thị trong context hiện tại (như Instagram photo modal). - Phù hợp cho modal workflows phức tạp không mất URL sharability.
Parallel Routes use the @slot folder convention to render multiple pages simultaneously within the same layout (e.g., a modal alongside a page).
- Intercepting Routes (
(.)path,(..)path) let you intercept a navigation and display the target route in the current context — like Instagram's photo modal. - Both patterns are ideal for complex modal workflows that need shareable URLs.