T
TanStack10mo ago
adverse-sapphire

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
optimistic-gold
optimistic-gold10mo 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.
adverse-sapphire
adverse-sapphireOP10mo ago
Thanks for the response Sean!

Did you find this page helpful?