-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nested Routers #1089
Comments
This would have to go through an RFC to better identify the different needs of creation/destruction of nested routers. |
The use case I have is having independent movable windows in an app with their own navigations. |
It's a pretty nice feature. It would address this scenario I guess. |
Could also be useful in the use case of some micro-frontends where there are a lot of moving parts and people want to have it fully dynamic. Having 2 nested routers doesn't work so well right now. PS: the current state of this issue is the following:
Got this info from posva himself on the Discord server. |
What problem does this feature solve?
Allow using nested memory routers to handle independent views. e.g. the messages on Twitter, or a chat.
A custom History implementation could even save the current page in local storage and restore it when reopening the app.
What does the proposed API look like?
The text was updated successfully, but these errors were encountered: