billmalarky / react-native-queue

A React Native Job Queue
MIT License
795 stars 159 forks source link

Integration with Redux and Sagas #57

Closed rdgomt closed 4 years ago

rdgomt commented 5 years ago

Hello!

Can I initiate a queue within a redux saga then access queue as state within app components? I need to listen to queue status change.

I want to "build" a queue on app splash with just workers and no jobs, then create jobs when user make certain API calls.