Ross ROSS = Recommend OSS · open-source software intelligence for agents

reduxjs/redux-mock-store

A mock store for testing Redux async action creators and middleware. observed · 2026-08-28

github.com/reduxjs/redux-mock-store · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3964
  • days_rel: 681
  • days_push: 607
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

2498 stars · 148 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A mock Redux store for testing async action creators and middleware by recording dispatched actions. The Redux team now deprecates it in favor of testing with a real store.

Use cases

  • test redux async action creators
  • assert dispatched actions in unit tests
  • test redux middleware in isolation
  • mock redux store in jest tests
  • verify action payloads without reducers

When to choose

  • you maintain a legacy codebase already using it
  • you only need to assert on dispatched actions, not state changes

When to avoid

  • starting a new project - the Redux team recommends testing with a real store
  • you need tests that combine actions, reducers, and selectors
  • you want state to update when actions are dispatched

Facets

library · maturity maintenance

testing mocking state-management frontend testing web-development redux unit-testing mock-store deprecated action-creators middleware-testing nodejs javascript

1 source

Member repositories

RepositoryRoleHealth v2
reduxjs/redux-mock-storemain23

For agents

markdown · JSON · MCP: product_card(name="reduxjs/redux-mock-store")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem