Replies: 1 comment
-
yes, have a look at: https://tanstack.com/query/latest/docs/framework/react/plugins/createPersister |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, I'm using react query in a React Native app. We recently started bumping up against some limitations imposed by android.
A single read from asyncStorage cannot exceed 2MB. For the time being, I've limited what gets persisted to just a few query keys, but ideally we'd be able to store everything.
Is there a query persister that stores each query in a different AsyncStorage entry to work around this limitation?
Beta Was this translation helpful? Give feedback.
All reactions