Next.js Discord

Discord Forum

Next 13 modal route without a parellel routeI

Unanswered
Leafcutting bee posted this in #help-forum
Open in Discord
Leafcutting beeOP
Using next 13 layouts, is it possible to have a "modal route" that basically can be used without also having a parallel route? Eg. /some-page/new would open the new modal on that page rather than if you refresh it would need its' own custom page?

1 Reply

why not just handle the modal in a client component?