rt2zz / redux-persist

persist and rehydrate a redux store
MIT License
12.9k stars 862 forks source link

data migration security and automatization #1461

Open giacomotolari opened 6 months ago

giacomotolari commented 6 months ago

I am some problem using migrate.

Do you have any tips for testing migrations and automating the migration process? Often writing and testing them costs a lot of time, especially defining TS types since the store types during the migration code are different from those than the persistStore types that are to be migrated.