Home

Awesome

rx-use

Sensor and side-effect library for rxjs. Do you want to contribute? See, help wanted.

Observables

Operators

Other

Most observables imported from this library have ReadonlyBehaviorSubject type. Which is an Observable with an extra .getValue() to access the current value of the observable.

type ReadonlyBehaviorSubject<T> = Observable<T> & Pick<BehaviorSubject<T>, 'getValue'>;

License

Unlicense — public domain.