vuejs/vue-rx
👁️ RxJS integration for Vue.js. 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3957
- days_rel: n/a
- days_push: 1364
- n_releases_24m: 0
Adoption not part of the score
3333 stars · 185 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
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
library · maturity maintenance
state-management frontend-framework plugin-system frontend web-development developer-tools browser vuejs rxjs reactive-programming observables vue-plugin javascript nodejs
2 sources
- readme: https://github.com/vuejs/vue-rx · fetched 2026-08-28 · 1d9bf06f8e8b
- registry_npm: https://registry.npmjs.org/vue-rx · fetched 2026-08-29 · 0f491d181854
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| vuejs/vue-rx | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem