I would like to know if there's any way I can update the queue reducer when the app is offline.
I'm asking that because the last dispatched action will contain all info from the previous ones, so I would like to avoid making tons of unnecessary http requests. I thought about filtering the queue reducer, but I don't know if that would be possible..!
I would like to know if there's any way I can update the queue reducer when the app is offline.
I'm asking that because the last dispatched action will contain all info from the previous ones, so I would like to avoid making tons of unnecessary http requests. I thought about filtering the queue reducer, but I don't know if that would be possible..!