@rematch/core vs @tanstack/react-query

@tanstack/react-query is downloaded 1459.8× more often than @rematch/core (225,327,948 vs 154,354 per month), so it has the larger community and more answered questions online. @rematch/core ships 85% less gzipped JavaScript (2.1 kB vs 13.3 kB), which matters if bundle size is a priority. @tanstack/react-query has been updated more recently, a sign of more active maintenance.

Metric@rematch/core@tanstack/react-query
Weekly downloads38,75251,850,189
Monthly downloads154,354225,327,948
GitHub stars8,41549,542
Minified size6.1 kB45.1 kB
Minified + gzipped2.1 kB13.3 kB
Dependencies01
Open issues26172
Last commit2023-09-272026-06-02
Latest version2.2.05.100.14
LicenseMITMIT

When to choose which

@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

@tanstack/react-query

Async server-state: caching, refetching and mutations.

Choose it when: Managing data from an API — caching, background refetch, pagination, mutations. It complements (not replaces) a client store.

  • + Best-in-class server cache
  • + Great devtools
  • + Handles refetch/stale data
  • - Not for client/UI state
  • - More config than SWR

Feature comparison

Feature@rematch/core@tanstack/react-query
ParadigmRedux modelsAsync server cache
First-class TypeScript✓ Yes✓ Yes
Works outside React✓ YesPartial
Dedicated devtools✓ Yes✓ Yes
Built-in async / server state✓ Yes✓ Yes
BoilerplateLowLow

@rematch/core

A Redux Framework

@tanstack/react-query

Hooks for managing, caching and syncing asynchronous and remote data in React

Related comparisons

Embed this comparison

A live badge for your README — it updates as the numbers change.

@rematch/core vs @tanstack/react-query downloads
[![@rematch/core vs @tanstack/react-query](https://devcompare.dev/badge/rematch-core-vs-tanstack-react-query.svg)](https://devcompare.dev/compare/rematch-core-vs-tanstack-react-query)

Data from npm, Bundlephobia and GitHub. Last updated 2026-06-02.