Primary route tree
The regular page content stays in the main route tree and continues to use the existing layout shell.
Parallel Routes Demo
The same layout can render the regular page through children and an additional UI stream through a named parallel route slot.
The regular page content stays in the main route tree and continues to use the existing layout shell.
The modal slot is a named parallel route. It does not add @modal to the URL, but the layout receives it as another React node.