rs-x with RxJS

Combine RxJS streams with rs-x expressions for precise reactive updates.

Why rs-x

rs-x treats Observable values as part of the reactive graph so expressions update when streams emit.

Use Observables inside expressions alongside plain values.

Fine-grained updates keep UI and derived state fast.

Works with existing RxJS operators and pipelines.

Common use cases

Typical scenarios where fine-grained change detection pays off.

Streaming data dashboards.

Real-time analytics and monitoring.

Event-driven workflow engines.

Related docs

Keep digging with the guides teams use most.