The Compose Function
Learn about the compose function.
We'll cover the following...
The use of higher-order functions is widespread in Redux applications, as it allows us to extend the behavior of other parts of the code easily. Take a look at an imaginary example where we have to wrap our original function in three wrappers:
const wrapped =
...