What is High Redux? high-redux is a set of two primary abstractions for improving your react/redux app. You can use either part on their own…
Basics makeHr replaces the classic reducer function with a high reducer. There are 10s of libraries that change the way you define reducers…
withProps Basics
Basics You get HrStateWrapper instances inside the action handlers in makeHr . The wrapper allows you to perform efficient, high level…
Basics You get HrQuery instances inside the .select functions of withProps . You can construct them by passing the result of a high…
Basics HrState is the internal data shape for your high-redux reducers. Normally you don’t interact with it directly, but instead go through…