Our applications have grown organically and our current collection of actions, reducers and selectors are due for an upgrade. This document is an attempt to outline an better way to organize our redux code.
The biggest changes here are the introduction of "modules" and redux-sagas.
- modules — a grouping of actions, constants, reducers, etc. that all deal with the same portion of the state.
- actions — action creators