Replies: 1 comment 4 replies
-
|
I've seen an example but don't remember where at the moment. Basically the trick was to use |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was wondering if it's possible to do something like Next.js's intercepted routes with Remix.
I'm looking specifically for something like Facebook's way of handling images: when clicking an image it opens in a modal dialog, but the URL does change. If you browse the updated URL directly, you'd get a different page specifically designed for the image.
I was thinking of implementing this through middleware, but this seems a too specific use case for something like that. I could use some pointers in the right direction for this.
Beta Was this translation helpful? Give feedback.
All reactions