Objective Redux

Redux made better, objectively.

configureTakeLatest

function configureTakeLatest(): EffectBuilder

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

Returns

EffectBuilder
A function that creates a takeLatest watching function.

Examples

configureTakeLatest();