redux-persist-transform-compress
redux-persist-transform-compress copied to clipboard
`compressToUTF16` is great when using Local Storage, but when using cookies, the characters are not accepted by the browsers. `compressToEncodedURIComponent` would be the right solution in this case. It would...
Guess it now should become `PersistConfig`?
Fix `PersistorConfig` => `PersistConfig`. No such type is exposed by redux-persist, any app using redux-persist-transform-compress with TypeScript fails to build. It *is* listed in the docs so at some point...
The current usage example in `README.md` incorrectly shows the transform being supplied to `persistStore`, whereas it should actually be passed to `persistReducer` via the config. This PR amends this to...
redux-persist doesn't have PersistorConfig instead use PersistConfig
console.error is blocking development process when we start using the package with existing state in React Native