1.0.3 • Published 4 years ago

immutable-rxjs v1.0.3

Weekly downloads
569
License
MIT
Repository
github
Last release
4 years ago

immutable-rxjs

Immutabje.js meets Rxjs

npm i --save immutable-rxjs

ImmutableBehaviorSubject

import { ImmutableBehaviorSubject } from 'immutable-rxjs';

Acts exactly like BehaviorSubject expect all the output data is always immutable, in other worlds: each copy of the data receiver via .value, .getValue() or .subscribe is a unique data. That includes primitives, objects, arrays and complex structures.

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago