Wanted to apply the "Higher-order-*" composition to action creators.
Maybe pros
- Feels a bit more explicit than middleware when defined inside action creator
- Similar feel to using higher order component
- Can control order on a per-action basis.
- Keeps the core action objects themselves purer