redux-saga logoRedux-Saga Experiments

UseEvery

0
useEvery
will accept every button activation and spin up a saga. Try spam-clicking the button.

UseLatest

0
useLatest
will only register the last button activation. If you spam-click the button, nothing will increment until you stop and a delay passes.

Error Handling


Clicking the "process" button will generate a square. Depending on the state of the checkbox, the square will either "succeed" or "fail". If the saga succeeds, the square will turn blue after three seconds. Otherwise, it will turn red.