-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
Stabilise Web Routing API #111
Comments
FYI, the link is dead. |
Thanks, updated the link. |
The example links in that doc seem to also be dead links pointing to the wrong path? |
@plusmobileapps thanks! Indeed, they are also broken. The correct ones respectively: |
The links should be fixed now. |
This will stay experimental for a while. |
Is there any open discussion about WebHistoryController? |
I don't remember any discussion. The WebHistoryController doesn't support nested navigation, I wanted to try doing something with it but didn't have time yet. |
I think nested navigation is very much needed for bigger web applications. If this is open for discussion I'll collect my thoughts about it :-). |
Sure, feel free! |
Don't think it's super critical, but for sure nice to have, we don't store tabs sub navigation, it gets blown away when switching top level tabs. But I'm guessing htere may be cases where that is wanted |
I think this shouldn't normally happen. Only if you restart the session. The root instance shouldn't recreating when you navigate normally. |
Docs: link. Collection feedback and use cases here.
Points to improve:
WebHistoryController
fromcommonMain
tojsMain
WebHistoryController
The text was updated successfully, but these errors were encountered: