-
Notifications
You must be signed in to change notification settings - Fork 5
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
Support history state that builds in stages #18
Comments
I'm very interested in a solution to this problem, and in general to the question of how structured we should make app history state. Some ideas:
I think you should consider cases like this, similar to cases where the user sends the URL to their friend. If you want the data to be sharable, either on the same computer or across multiple computers, it should probably be in the URL. App history state (like I'm not confident on my thinking here, so pushback welcome. /cc @tbondwilkinson |
Moved to WICG/navigation-api#17. (Unlike some other issue moves, I just quoted the conversation so far verbatim, as I feel like the problem is still very open.) |
Imagine the following steps:
If each of these was a history step, it either means storing the image from step 1 in each step, or determining current state from previous entries:
Storing the image in each step sounds bad for memory, especially if it's serialised in each entry.
Should getting the
combinedState
be made easier? Does this pattern result in lost data when pages are opened in a new window?The text was updated successfully, but these errors were encountered: