# vuejs/vue-rx

👁️ RxJS integration for Vue.js.

Repository: https://github.com/vuejs/vue-rx
Canonical: https://ross.abutalabs.com/products/vue-rx
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2022-12-08T22:18:35+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3957, "days_push": 1364, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3333, forks 185 (observed 2026-08-28T04:07:56.662217+00:00)

## What it is
vue-rx is a Vue.js plugin that integrates RxJS observables into Vue components via a `subscriptions` option and a `v-stream` directive for streaming DOM events. It lets developers bind observable streams directly to templates and manage reactive state with RxJS.

## Use cases
- bind RxJS observables to Vue component state
- stream DOM events into RxJS Subjects in Vue templates
- manage reactive async state in Vue apps with RxJS
- convert Vue event handling to reactive streams
- share observable subscriptions across Vue component instances

## When to choose
- your Vue 2 codebase already uses RxJS heavily
- you want declarative observable-to-template bindings in Vue
- you need to stream DOM events into Subjects with a directive

## When to avoid
- you are starting a new Vue 3 project (use vue's built-in reactivity or vueuse instead)
- you don't use RxJS and just need simple state management
- you need actively maintained library support - the project is in maintenance mode

## Facets
- artifact type: library
- maturity: maintenance
- function: state-management, frontend-framework, plugin-system
- domain: frontend, web-development, developer-tools
- platform: browser
- tags: vuejs, rxjs, reactive-programming, observables, vue-plugin, javascript, nodejs

## Member repositories
- vuejs/vue-rx (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:56.662217+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-29T18:41:41.706457+00:00, confidence not recorded.
  - readme: https://github.com/vuejs/vue-rx (fetched 2026-08-28T04:07:56.662217+00:00, sha 1d9bf06f8e8b)
  - registry_npm: https://registry.npmjs.org/vue-rx (fetched 2026-08-29T09:34:47.408604+00:00, sha 0f491d181854)
- Data as of 2026-08-30T08:39:29.467469+00:00.
