T
TanStack8mo ago
grumpy-cyan

Conditionally loading route tree based on user type

Working on a Start project where I want to conditionally load a different route tree based on the user type. Is this possible?
2 Replies
fair-rose
fair-rose8mo ago
Currently no. We've thought about route tree discovery, mostly in relation to module federation, but we haven't come to a conclusion on how we'd achieve this just yet. Plus, any solution we come up with, has to have type-safety in-mind, since it's the most important thing for us.
grumpy-cyan
grumpy-cyanOP8mo ago
Thanks for the response Sean!

Did you find this page helpful?