Write reconciliation #832
Unanswered
EusebiuAndrei
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
-
Hello guys! I want to make my app PWA and I wonder if there is a way to make mutations retry when a network connection is recovered or safe. I mean, not just that retry part, but I need the mutation to be stored in a queue and retried once the network connection is safe. Is there a way to accomplish this with react-query? I can't find it. Something like the redux-offline library does.
Beta Was this translation helpful? Give feedback.
All reactions