issues
search
polemius
/
recoil-persist
Package for recoil state manager to persist and rehydrate store
https://polemius.dev/recoil-persist/
MIT License
353
stars
39
forks
source link
Fix Asynchronous Compactability
#62
Open
emmsdan
opened
2 years ago
emmsdan
commented
2 years ago
Allow using custom parser and stringifyer instead of
JSON.parse
and
JSON.stringify
Made Compatible with asynchronous storage like
localForage
and
AsycnStorage
JSON.parse
andJSON.stringify
localForage
andAsycnStorage