@hookstate/core vs react-redux
react-redux is downloaded 238.9× more often than @hookstate/core (108,155,943 vs 452,718 per month), so it has the larger community and more answered questions online. react-redux ships 39% less gzipped JavaScript (3.7 kB vs 6.0 kB), which matters if bundle size is a priority. react-redux has been updated more recently, a sign of more active maintenance.
| Metric | @hookstate/core | react-redux |
|---|---|---|
| Weekly downloads | 84,848 | 25,466,427✓ |
| Monthly downloads | 452,718 | 108,155,943✓ |
| GitHub stars | 1,656 | 23,483✓ |
| Minified size | 23.4 kB | 9.5 kB✓ |
| Minified + gzipped | 6.0 kB | 3.7 kB✓ |
| Dependencies | 0✓ | 2 |
| Open issues | 32✓ | 37 |
| Last commit | 2025-03-20 | 2026-05-15✓ |
| Latest version | 4.0.2 | 9.3.0 |
| License | MIT | MIT |
When to choose which
@hookstate/core
Nested state via proxies with a plugin system.
Choose it when: You manage deeply nested state and want fine-grained updates plus plugins (persistence, validation).
- + Fine-grained nested updates
- + Plugin system
- - Small community
- - Less momentum than peers
react-redux
Official React bindings for Redux — not a store by itself.
Choose it when: Whenever you use Redux/RTK in React. It connects the store to components; pair it with Redux Toolkit.
- + Official & optimized
- + Hooks API (useSelector/useDispatch)
- - Useless without a Redux store
- - Adds a provider
Feature comparison
| Feature | @hookstate/core | react-redux |
|---|---|---|
| Paradigm | Proxy store | Redux bindings |
| First-class TypeScript | ✓ Yes | ✓ Yes |
| Works outside React | Partial | ✗ No |
| Dedicated devtools | ✓ Yes | ✓ Yes |
| Built-in async / server state | Manual | ✗ No |
| Boilerplate | Low | Low |
@hookstate/core
The flexible, fast and extendable state management for React that is based on hooks and state usage tracking.
Related comparisons
Embed this comparison
A live badge for your README — it updates as the numbers change.
[](https://devcompare.dev/compare/hookstate-core-vs-react-redux)Data from npm, Bundlephobia and GitHub. Last updated 2026-06-02.