Parallel Routes Demo

Children + @modal

The same layout can render the regular page through children and an additional UI stream through a named parallel route slot.

children

Primary route tree

The regular page content stays in the main route tree and continues to use the existing layout shell.

@modal

Second UI stream

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.