local storage wrapper for both react-native and browser. Support size controlling, auto expiring, remote data auto syncing and getting batch data in one query.
I wish to correct the many mistakes in the readme.md
Examples:
...don't have to do anything(but require... -- missing space and should read:
...do not have to do anything, (but version >= 0.13 is required
// Use AsyncStorage for RN, or window.localStorage for web.
// If not set, data would be lost after reload.
storageBackend: AsyncStorage,
Should be:
// Storage Back-End: For RN use AsyncStorage, for a React web app use window.localStorage.
// If storageBackend is not set, the data will be lost after a reload
* storageBackend: AsyncStorage,
and many more...
Could you add me to the team so I can edit it, or propose some other way?
I wish to correct the many mistakes in the readme.md
Examples:
...don't have to do anything(but require
... -- missing space and should read:...do not have to do anything, (but version >= 0.13 is required
Should be:
and many more...
Could you add me to the team so I can edit it, or propose some other way?