Next.js Discord

Discord Forum

Best way to leverage routing in Next 14 to render a single modal layout for route and subroutes?

Unanswered
Fish Crow posted this in #help-forum
Open in Discord
Fish CrowOP
Hi there- as the title suggests, I'd like to leverage routes to trigger content changes within my modal. I'm also leveraging parallel intercepted routes. For example:
@modal/(.)photos/[id]/page.tsx contains a link to:
@modal/(.)photos/[id]/details/page.tsx <-- I'd like this to display in the previously rendered modal, not open a new one.

Just wondering if there's a routing feature I'm not understanding or taking advantage of yet. Thank you in advance!

0 Replies