recoil-persist icon indicating copy to clipboard operation
recoil-persist copied to clipboard

Package for recoil state manager to persist and rehydrate store

Results 33 recoil-persist issues
Sort by recently updated
recently updated
newest added

I want to update an atom with the query string in the URL. With useSetRecoilState I can set the atom but recoil-persist doesn't save in localStorage. I can see that...

- Allow using custom parser and stringifyer instead of `JSON.parse` and `JSON.stringify` - Made Compatible with asynchronous storage like `localForage` and `AsycnStorage`

Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4. Release notes Sourced from semver-regex's releases. v3.1.4 Backport of ReDoS fix https://github.com/sindresorhus/semver-regex/commit/7712ba564d40da101cf2b2b33e6a910d9f2f57f4 Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=semver-regex&package-manager=npm_and_yarn&previous-version=3.1.3&new-version=3.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...

dependencies

Thanks for creating this library. Saved me a ton of time and is super simple. I am however getting errors as I am using up all the provided space in...

Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.22 to 3.3.4. Changelog Sourced from nanoid's changelog. 3.3.4 Fixed --help in CLI (by @​Lete114). 3.3.3 Reduced size (by Anton Khlynovskiy). 3.3.2 Fixed enhanced-resolve support. 3.3.1 Reduced...

dependencies

Since asynchronous storage is supported, when the app opens, the default value of the atom is returned, then its persisted value is returned shortly afterwards. For example, in my mobile...

getItem function in AsyncStorage may return null. For this reason I have changed getItem to accept `Promise` and added handling if null is returned.

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

It would be nice if the community knew what sort of contributions are needed to test recoil-persist's compatibility with 0.6/R18. I'm doing it over a `--force` install and will report...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies