# LeetCode-OpenSource/rxjs-hooks

React hooks for RxJS

Repository: https://github.com/LeetCode-OpenSource/rxjs-hooks
Canonical: https://ross.abutalabs.com/products/rxjs-hooks
Language: TypeScript
License Family: other
Topics: react, rxjs, observable, rxjs6, react-hooks
Last push: 2023-04-07T09:44:29+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": 2848, "days_push": 1244, "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 2179, forks 82 (observed 2026-08-28T04:06:23.054586+00:00)

## What it is
A small TypeScript library providing React hooks (useObservable and useEventCallback) that bridge RxJS observables into React component state. It lets developers drive React UIs with reactive streams, including event-driven streams with inputs.

## Use cases
- use rxjs observables as react state
- bind dom events to react components via observable streams
- manage async state in react with rxjs
- create event callback hooks that emit streams
- subscribe to intervals or streams inside react components
- replace redux with rxjs streams in react apps

## When to choose
- your team already uses RxJS and wants idiomatic React integration
- you need declarative, stream-based state and event handling in React components
- you want a tiny, focused bridge library rather than a full state framework

## When to avoid
- you don't already use RxJS and don't want the reactive paradigm
- you need a full-featured state management solution with devtools and middleware
- you need a library with active maintenance and guaranteed long-term support

## Facets
- artifact type: library
- maturity: maintenance
- function: state-management, developer-tools
- domain: frontend, web-development
- platform: cross-platform
- tags: react-hooks, rxjs, observables, typescript, reactive-state, reactive-programming, nodejs, web-server

## Member repositories
- LeetCode-OpenSource/rxjs-hooks (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:23.054586+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-30T02:48:45.203268+00:00, confidence not recorded.
  - readme: https://github.com/LeetCode-OpenSource/rxjs-hooks (fetched 2026-08-28T04:06:23.054586+00:00, sha eae437727326)
  - registry_npm: https://registry.npmjs.org/rxjs-hooks (fetched 2026-08-29T10:28:57.696961+00:00, sha f0f5a7d10f1e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
