@hookstate/core vs @rematch/core
@hookstate/core is downloaded 2.9× more often than @rematch/core (452,718 vs 154,354 per month), so it has the larger community and more answered questions online. @rematch/core ships 66% less gzipped JavaScript (2.1 kB vs 6.0 kB), which matters if bundle size is a priority. @hookstate/core has been updated more recently, a sign of more active maintenance.
| Metric | @hookstate/core | @rematch/core |
|---|---|---|
| Weekly downloads | 84,848✓ | 38,752 |
| Monthly downloads | 452,718✓ | 154,354 |
| GitHub stars | 1,656 | 8,415✓ |
| Minified size | 23.4 kB | 6.1 kB✓ |
| Minified + gzipped | 6.0 kB | 2.1 kB✓ |
| Dependencies | 0 | 0 |
| Open issues | 32 | 26✓ |
| Last commit | 2025-03-20✓ | 2023-09-27 |
| Latest version | 4.0.2 | 2.2.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
@rematch/core
Redux reimagined around models, no boilerplate.
Choose it when: You like Redux semantics but want models with built-in effects and far less setup.
- + Model-based, low boilerplate
- + Redux devtools
- + Framework-agnostic
- - Small community
- - Less active than RTK
Feature comparison
| Feature | @hookstate/core | @rematch/core |
|---|---|---|
| Paradigm | Proxy store | Redux models |
| First-class TypeScript | ✓ Yes | ✓ Yes |
| Works outside React | Partial | ✓ Yes |
| Dedicated devtools | ✓ Yes | ✓ Yes |
| Built-in async / server state | Manual | ✓ Yes |
| 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-rematch-core)Data from npm, Bundlephobia and GitHub. Last updated 2026-06-02.