Some time ago, I wrote several posts about encapsulating the Redux state tree using reducers and selectors, the asymmetry between reducers and selectors, and...| randycoulman.com
In a recent post, Modular Reducers and Selectors, we ended up with each module exporting localized versions of its selectors by name, and an object containin...| randycoulman.com
Usage > Redux Logic > Selectors: deriving data from the Redux state| redux.js.org