React / Redux action composition made simple Given function f and function g we can simply compose them: f ∘ g = f(g()). Function composition in JavaScript is just a matter of calling function and passing the result as input to other function. This thesis can be applied to React Components and Redux Reducers as well, because functional stateless Component is nothing but function of its props (stat