This repository was archived by the owner on Nov 18, 2024. It is now read-only.
This repository was archived by the owner on Nov 18, 2024. It is now read-only.
Add a lib for handling side effects (redux-thunk, redux-loop, ???) #12
Closed
Description
We want to use redux-thunk to compose actions. redux-thunk is a redux middleware that allows to dispatch functions instead of plain old actions. Such functions get the dispatch
function as first argument and then, one can do whatever should be done.