apollo-cache-persist
apollo-cache-persist copied to clipboard
🎏 Simple persistence for all Apollo Cache implementations
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [browserify](https://redirect.github.com/browserify/browserify) | [`17.0.0` -> `17.0.1`](https://renovatebot.com/diffs/npm/browserify/17.0.0/17.0.1) |  |  | --- ### Release...
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@types/jest](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest)) | [`29.5.12` -> `29.5.14`](https://renovatebot.com/diffs/npm/@types%2fjest/29.5.12/29.5.14) |  |  | --- ###...
This project hasn't had any updates since March last year, and there are a bunch dependency package updates PRs that could be merged, would you guys like a hand with...
### Description While using apollo-cache-persist, the cache is successfully persisting across page refreshes, but it's not preventing unnecessary network requests as expected. This is how I set up the client...