React Native offline-first #1549
-
Hi guys, could you please help? Just wanna know if it`s possible to use AsyncStorage of React Native with urlq for storing data while app offline? If yes, may be you have a few examples of it? Started developing my app with Apollo, but researched a bit and found urlq, that seems to be great for my app and much better than apollo is. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @iromjkee In the normalized cache docs we talk about the offline-exchange and that it allows for a custom-storage. The default we offer is an idb one but we can use that one as an example to expand into |
Beta Was this translation helpful? Give feedback.
Hey @iromjkee
In the normalized cache docs we talk about the offline-exchange and that it allows for a custom-storage.
The default we offer is an idb one but we can use that one as an example to expand into
AsyncStorage