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

Additional Config Option #30

Closed mattlgroff closed 3 years ago

mattlgroff commented 5 years ago

Add additional config option to allow the queued action to not continue along the middleware after being added to the queue.

Reason: When using redux-offline-queue in my current project I didn't want the action to continue along to the other middleware and be dispatched, I only wanted it to be added to the offline queue.

RobPando commented 5 years ago

@mattlgroff Thanks for the PR! and sorry for the late response. I will check this out as soon as I can.