Parallel and intercepted routes in Next.js are pretty cool. The modal and the profile page have the same URL, which allows sharing.
1
1
18
1K
1
Download Video
@codinginflow This is awesome. Was just looking into this but dont think it works with pages router which I'm still using. I have modals that set the page url when open and set it back when disposed that work for now tho.