-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
discussionThis problem still needs more feedbackThis problem still needs more feedbackenhancementNew feature or requestNew feature or requestneeds RFCThis feature needs to go through the RFC process firstThis feature needs to go through the RFC process first
Description
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?
provideRouter(createRouter(...))
// or
createNestedRouter(baseRouterOptions)
- Could warn if history is based on HTML5
- No initial navigation
- Should provide these
- Could appear in devtools
- Could automatically unregister the history listener on unmounted
- Should not change global configs
- Should still be able to access the global router
Bobakanoosh, bryanpackman, fschade, scvnc, Bertie2011 and 5 more
Metadata
Metadata
Assignees
Labels
discussionThis problem still needs more feedbackThis problem still needs more feedbackenhancementNew feature or requestNew feature or requestneeds RFCThis feature needs to go through the RFC process firstThis feature needs to go through the RFC process first
Type
Projects
Status
💬 In discussion