immutable-rxjs
v1.0.3
Published
Immutabje.js meets Rxjs
Downloads
4,282
Readme
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.