1.1.1 • Published 3 years ago

rxjs-boost v1.1.1

Weekly downloads
81
License
MIT
Repository
github
Last release
3 years ago

RxJs Boost

npm docs codecov license

Fire up your RxJS experience to a new level 🔥


Visit the official documentation and have a look at the collection of operators and utils. Or get started with one of the few below:

Installation

npm i rxjs-boost
import { wrapIntoObservable } from 'rxjs-boost';
import { retryWithDelay, switchTap, throwIf } from 'rxjs-boost/operators';

FAQ

  • Why are there throwIf, throwIfNull and throwIfUndefined – isn't one of them enough?
    • When strict null checks are enabled, TypeScript doesn't include null and undefined in all other types. Therefore you'll want to narrow down the type inside your observable pipe. The example of throwIfNull inside the documentation also displays this.
  • I've got an idea of a super cool, not overloaded operator – where can I submit it?
    • Just open an issue. There is no template yet :)
1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.1

4 years ago