kickstartcrew / redux-offline-queue

Simple offline queue for redux. Queue actions while offline to dispatch the requests upon connectivity.
Other
136 stars 17 forks source link

How can I update the queue reducer? #62

Open keomalima opened 3 years ago

keomalima commented 3 years ago

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..!