Skip to content
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

Preserve page state on navigation #215

Open
jimCresswell opened this issue Dec 10, 2015 · 1 comment
Open

Preserve page state on navigation #215

jimCresswell opened this issue Dec 10, 2015 · 1 comment

Comments

@jimCresswell
Copy link
Member

The pages have some state, for instance whether a particular folder or scenario is expanded. Users would like that state preserved on navigation.

@jimCresswell
Copy link
Member Author

Two options:

  1. Could use cookies and server side rendering but then have to unset information in cookies which means using a client side cookie library.
  2. Could use client side API such a history API or localStorage. Keeps state local to current user but needs to alter rendering client side after load, if this route is chosen move the burger menu state to the same mechanism.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant