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•8mo 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-cyanOP•8mo ago
Thanks for the response Sean!