# acdlite/redux-rx

RxJS utilities for Redux.

Repository: https://github.com/acdlite/redux-rx
Canonical: https://ross.abutalabs.com/products/redux-rx
Language: JavaScript
License Family: other
Last push: 2016-01-24T16:42:10+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4079, "days_push": 3874, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1006, forks 34 (observed 2026-08-28T04:03:11.857705+00:00)

## What it is
redux-rx is a JavaScript library providing RxJS utilities for Redux, including observable middleware, a createConnector utility for building smart React components from RxJS sequences, and a helper to turn a Redux store into an observable sequence of states. It bridges reactive programming with Redux state management.

## Use cases
- connect react components to redux using rxjs observables
- create observable middleware for redux actions
- convert a redux store into a stream of states
- handle websocket data flows with redux and rxjs
- bind action creators to observable dispatch sequences
- implement sideways data loading in react with redux

## When to choose
- your codebase already uses rxjs and redux together
- you want declarative, sequence-based data flow in react components
- you need FSA-compliant observable middleware for redux

## When to avoid
- you are starting a new project - the library is unmaintained since 2016
- you use modern redux-toolkit or react-redux patterns
- you are not familiar with reactive programming with rxjs

## Facets
- artifact type: library
- maturity: abandoned
- function: state-management, middleware, web-framework
- domain: frontend, web-development, developer-tools
- platform: browser
- tags: redux, rxjs, reactive-programming, observables, react, flux-standard-action, nodejs, javascript

## Member repositories
- acdlite/redux-rx (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:11.857705+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:12:45.100107+00:00, confidence not recorded.
  - readme: https://github.com/acdlite/redux-rx (fetched 2026-08-28T04:03:11.857705+00:00, sha a59489442882)
  - registry_npm: https://registry.npmjs.org/redux-rx (fetched 2026-08-29T13:12:49.998721+00:00, sha 47b91e0d61cc)
- Data as of 2026-08-30T08:39:29.467469+00:00.
