Intro To High Redux

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…

makeHr

Basics makeHr replaces the classic reducer function with a high reducer. There are 10s of libraries that change the way you define reducers…

withProps

withProps Basics

HrStateWrapper

Basics You get HrStateWrapper instances inside the action handlers in makeHr . The wrapper allows you to perform efficient, high level…

HrQuery

Basics You get HrQuery instances inside the .select functions of withProps . You can construct them by passing the result of a high…

HrState

Basics HrState is the internal data shape for your high-redux reducers. Normally you don’t interact with it directly, but instead go through…