Just a collection of some of my redux-saga experiements.
The source code can be found here: https://bitbucket.org/jsweeneydev/redux-saga-demo/src
The source code can be found here: https://bitbucket.org/jsweeneydev/redux-saga-demo/src
useEverywill accept every button activation and spin up a saga. Try spam-clicking the button.
useLatestwill only register the last button activation. If you spam-click the button, nothing will increment until you stop and a delay passes.