Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(docs): note redux-persist's Storage Engines compatibility
- redux-persist's Storage Engines all follow the same localForage-style async Promise API, so they should all be compatible with mst-persist as well - docs should mention this as the interoperability adds many more usage options for developers - e.g. using node-storage or cookie-storage for Node or universal apps, which should now work without bugs
- Loading branch information