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

redux-observable/redux-observable

RxJS middleware for action side effects in Redux using "Epics" observed · 2026-08-28

github.com/redux-observable/redux-observable · homepage · TypeScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

76/100

  • Activity 97
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

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

  • gap_med: n/a
  • age_days: 3787
  • days_rel: n/a
  • days_push: 22
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

7806 stars · 457 forks observed · 2026-08-28

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

redux-observable is RxJS-based middleware for Redux that lets you handle action side effects using 'Epics'—functions that take a stream of actions and return a stream of actions. It supports composing and cancelling async actions, dependency injection, and marble-based testing with RxJS's TestScheduler.

Use cases

  • handle async side effects in redux apps
  • cancel in-flight ajax requests when a new action arrives
  • debounce and compose complex async action streams
  • test redux side effects deterministically with marble tests
  • inject mock dependencies into epics for testing
  • manage complex async workflows beyond redux-thunk

When to choose

  • your redux app has complex async/side-effect logic that benefits from reactive streams
  • your team already knows RxJS and observables
  • you need powerful cancellation, debouncing, or racing of async actions
  • you want UI-framework-agnostic business logic in redux

When to avoid

  • you only have simple side effects—redux-thunk or RTK listeners are simpler
  • your team is not comfortable with RxJS and reactive programming
  • you're starting a new project where Redux Toolkit's built-in patterns suffice

Facets

library · maturity maintenance

middleware state-management web-framework frontend web-development developer-tools browser cross-platform redux rxjs epics side-effects async-actions reactive-programming typescript nodejs

10 sources

Member repositories

RepositoryRoleHealth v2
redux-observable/redux-observablemain76

For agents

markdown · JSON · MCP: product_card(name="redux-observable/redux-observable")

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