T
TanStack2y ago
rare-sapphire

Parallel routes/named outlets

A while ago someone asked about the prospect of having parallel routes (similar to Next.js) or something like named outlets (https://github.com/TanStack/router/discussions/605). I noticed there’s a docs page updated around January time (https://github.com/TanStack/router/blob/main/docs/framework/react/guide/parallel-routes.md) and I’m wondering if the feature is on the way in the near future?
GitHub
router/docs/framework/react/guide/parallel-routes.md at main · TanS...
🤖 Fully typesafe Router for React (and friends) w/ built-in caching, 1st class search-param APIs, client-side cache integration and isomorphic rendering. - TanStack/router
1 Reply
genetic-orange
genetic-orange2y ago
This is still on my to do list Adding parallel/named routes to a non-safe router would be extremely easy lol. For us to do this in a type Safeway it would require some big changes. nothing impossible and totally worth it. We just need to make sure we invest in this at the right time and moment for the library and users.

Did you find this page helpful?