How to create a modal with a shareable link without using the parallel and intercepting route?
I’ve implemented the intercepting route in my application, and it’s working fine. However, I want to display only the modal and not the page on reload. The content I’m seeing online all explains how to implement this using just the intercepting and the parallel route.