0

How to handle api requests? Do you handle everything with redux-offline calls or just calls that are offline? How do you best handle get requests? For example, I'm offline and I go through whole app and make a lot of get requests that get queued, and when I'm online I get that data even if I don't need all that later, is it better to use axios or something else for get requests and get data only when you are online? Does redux-offline have some option for regulating this things?

Tried offline mode with redux-offline and got requests queued, but it is not desirable to store all requests.

0 Answers0