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

Persist states right from the extension #276

Merged
merged 3 commits into from
Jan 4, 2017
Merged

Persist states right from the extension #276

merged 3 commits into from
Jan 4, 2017

Conversation

zalmoxisus
Copy link
Owner

@zalmoxisus zalmoxisus commented Dec 28, 2016

Currently the extension is adding persistState enhancer, which store every change in localStorage. However, it has issues with:

We already have all the data from the store on the extension part, and can easily restore it without persistState enhancer. This PR adds a new button:
redux_devtools

By toggling the button, the states won't be removed from the monitor on unloading the page and will be restored on reload:
persit

We should show when the button is toggled, which will be addressed in 3.0 when we move to the new UI.

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

Successfully merging this pull request may close these issues.

None yet

1 participant