Replies: 2 comments 4 replies
-
nobody got to it yet. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I just created a package that does it: https://github.com/dan-lee/react-query-native-persist Not necessarily you need to use async-storage, you can provide an adapter for any storage backend. It provides two out of the box:
Please report back if that fits your needs |
Beta Was this translation helpful? Give feedback.
4 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.
-
Since both
LocalStorage
andAsyncStorage
(for React Native) have a similar API interface, is there a reason why we don't have acreateAsyncStoragePersistor
?Is it because of some technical difficulties or simply nobody got to it yet?
Beta Was this translation helpful? Give feedback.
All reactions