How to change the URL when opening a modal.
Answered
American Crocodile posted this in #help-forum
American CrocodileOP
I have a gallery on my website, and I want to set it up so that when I click on an image, it opens up in a modal .Additionally, I want the URL to change to the slug of the image when the modal is opened. This way, if I copy and paste the URL, it will take me directly to a page that displays only that particular image.
I have seen this feature implemented in Next JS, but I'm unsure of the correct term for it.
I have seen this feature implemented in Next JS, but I'm unsure of the correct term for it.
Answered by Blood cockle
Hi @American Crocodile I think you are talking about Shallow Routing. More on that in the docs https://nextjs.org/docs/pages/building-your-application/routing/linking-and-navigating#shallow-routing
2 Replies
Blood cockle
Hi @American Crocodile I think you are talking about Shallow Routing. More on that in the docs https://nextjs.org/docs/pages/building-your-application/routing/linking-and-navigating#shallow-routing
Answer
American CrocodileOP
This is what I meant, thanks a lot!