We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have gone through https://github.com/rt2zz/redux-persist/blob/master/docs/migrations.md
Guide looks like snapshot of basic usage, without any compilation error. A real life use case will be very helpful.
books
movies
songs
{... 1: (state) => {...}}
1
2
5
{ 1: ()=>{} , 2:()=>{} , 4:()=>{}}
rehydrated
createMigration
The text was updated successfully, but these errors were encountered:
Any Redux-related documentation is unnecessary complicated 😅
Sorry, something went wrong.
No branches or pull requests
I have gone through https://github.com/rt2zz/redux-persist/blob/master/docs/migrations.md
Guide looks like snapshot of basic usage, without any compilation error. A real life use case will be very helpful.
Expectation from guide
books
andmovies
songs
?books
?{... 1: (state) => {...}}
what does this mean. Here1
is the new state version or old state version?2
and new version is5
, how migrations will work?{ 1: ()=>{} , 2:()=>{} , 4:()=>{}}
rehydrated
and how it works related to migration?createMigration
usage and same usage withoutcreateMigration
.The text was updated successfully, but these errors were encountered: