Is there a way to have an offline mode? requests queue? #643
Unanswered
Victorien-T
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm working on a React Native app that needs to work offline and I'm looking for the best way to handle data fetching.
SWR seems to address a lot of problems I have encountered with redux based apps but I don't find how I could handle an offline mode?
What I'm trying to achieve is performing an optimistic update if offline and send the requests as soon as mobile reach network again.
Is it something I could do with SWR?
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions