rs-x for Vue

Reactive expressions for Vue without extra boilerplate.

Why rs-x

Use the rs-x Vue composable to bind reactive expressions to model state and trigger updates when dependencies change.

Composition API friendly with a minimal API surface.

Fine-grained dependencies keep updates fast and predictable.

Works alongside Vue reactivity and existing stores.

Common use cases

Typical scenarios where fine-grained change detection pays off.

Computed data pipelines in Vue apps.

Reactive forms and calculated fields.

Large lists and dashboards that need precision updates.

Related docs

Keep digging with the guides teams use most.