Replies: 1 comment 9 replies
-
No updates here so I'm just bumping to keep alive. If I get some examples I am happy to write some docs and open a pr |
Beta Was this translation helpful? Give feedback.
-
No updates here so I'm just bumping to keep alive. If I get some examples I am happy to write some docs and open a pr |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How do you do this with tanstack router?
Our platform team recently migrated my company onto Tanstack; thanks to the community, it's been really nice to use so far.
I'll describe the behaviour that I've been tasked with executing:
I'm doing an adaptive render that would render a full mobile page with a URL, and on desktop we render a full page with content in a modal overlay. The adaptive render part is no problem.
I know how i would execute the modal with a URL pattern with react-router but I'm struggling to work out from the docs how I would execute this with Tanstack. I know in Next this behaviour is called Parallel Routes and there is a documentation page with that name here on tanstack, but it has a TODO.
Does anyone have any examples of how to execute this pattern in Tanstack? Anything at all for a starting point would be gratefully recieved; sandboxes, links to other repos.
Beta Was this translation helpful? Give feedback.
All reactions