Objective Redux

Redux made better, objectively.

configureTakeLeading

function configureTakeLeading(): EffectBuilder

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

Returns

EffectBuilder
A function that creates a takeLeading watching function.

Examples

configureTakeLeading();