gaearon/redux-react-hook — explained in plain English
Analysis updated 2026-07-18 · repo last pushed 2019-02-05
Display a piece of Redux store data in a component and auto-update it when that data changes.
Dispatch a Redux action from a component, such as clicking a delete button.
Replace react-redux's connect() pattern with lightweight hooks in new components.
| gaearon/redux-react-hook | cschanhniem/clawping | cub3y0nd/entropic | |
|---|---|---|---|
| Stars | 24 | 24 | 24 |
| Language | TypeScript | TypeScript | TypeScript |
| Last pushed | 2019-02-05 | — | — |
| Maintenance | Dormant | — | — |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 2/5 | 3/5 | 3/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Selector functions must be memoized with useCallback to avoid infinite re-render loops.
A library of React hooks that let components read data from a Redux store and dispatch actions without the usual connect() boilerplate.
Mainly TypeScript. The stack also includes TypeScript, React, Redux.
Dormant — no commits in 2+ years (last push 2019-02-05).
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.