Objective Redux

Redux made better, objectively.

configureTakeEvery

function configureTakeEvery(): EffectBuilder

Returns a function that will create a takeEvery saga watcher. This can be used with the SagaBuilder::withEffect() method.

Returns

EffectBuilder
A function that creates a takeEvery watching function.

Examples

configureTakeEvery();