Tell whether or not after spawning a task once, it blocks until spawned saga completes and then starts to listen for a task again. It is a choice of using between takeLatest and takeLeading in redux saga
Map dispatched action to pending payload to be stored in reducer with a matched action type ending with _PENDING
.
Reference information createAsyncReducer or createAsyncPagingReducer
Map results from finished promises to a payload to be stored in reducer with a matched action type ending with _SUCCESS
.
Reference information createAsyncReducer or createAsyncPagingReducer
Tell if need to reset a reducer when dispatching a action type action type ending with _CANCEL
Reference information createAsyncReducer or createAsyncPagingReducer
Tell if array of promise tasks or http tasks should run in parallel or sequence
Statues to be override
Generated using TypeDoc
Main action type corresponding to action type prefix in createAsyncPagingReducer or createAsyncReducer