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

State Reconciler #7

Open
migueldaipre opened this issue May 31, 2023 · 1 comment
Open

State Reconciler #7

migueldaipre opened this issue May 31, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@migueldaipre
Copy link

Any way to handle state reconciler? Like Redux Persist?

@zewish zewish added the enhancement New feature or request label Jun 5, 2023
@zewish
Copy link
Owner

zewish commented Jun 5, 2023

Hey there @migueldaipre!

There is currently no other way to do this except on a per-reducer basis.
There are a couple of actions called REMEMBER_REHYDRATED and REMEMBER_PERSISTED which should allow you to do state changes once your state gets rehydrated or persisted - check documentation here.

If you definitely need this implemented, feel free to open a PRs and I'll make sure to merge and release, once we're sure nothing in the existing functionality is broken :)

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

No branches or pull requests

2 participants