This package was formerly part of @rx-angular/cdk
.
We decided to move it out because of overwhelming amount of maintenance
required to support all different version combinations supported by angular.
That being said, the current implementation supports rxjs
versions 6 & 7.
We don't plan further maintenance for upcoming versions. If our plans change, we will keep you updated :-).
zone-less-rxjs
is designed to help developers improve performance by avoiding the use of zone.js patched API's.
Besides a well documented and typed API it provides way to use patched API's in a way that is independent of ngZone runOutsideZone
usage.
- ✅ unpatched RxJS creators
- ✅ unpatched RxJS operators
- ✅ unpatched RxJS schedulers
- ✅ no need for
runOutsideAngular
npm install --save rxjs-zone-less
# or
yarn add rxjs-zone-less