rxjs-serializable-subscription

0.1.4 • Public • Published

rxjs-serial-subscription

This is a reimplementation of RxJS 5.x's SerialSubscription for RxJS 6.x.

The problem this repo solves is this:

Even after all pipes, debounces and other operators you can add to rxjs, this is the simplest method to implement in regards to cancelling in flight requests, without having to implement custom subjects as cancellation tokens, manual and code convoluting subscription variables amongst other methods of cancelling in flight requests. See the Wiki https://github.com/dontboyle/rxjs-serial-subscription/wiki for more information!

npm install rxjs-serializable-subscription

yarn add rxjs-serializable-subscription

StackBlitz Implementation: https://stackblitz.com/edit/typescript-dswrjc

/rxjs-serializable-subscription/

    Package Sidebar

    Install

    npm i rxjs-serializable-subscription

    Weekly Downloads

    0

    Version

    0.1.4

    License

    MIT

    Unpacked Size

    148 kB

    Total Files

    15

    Last publish

    Collaborators

    • yupdon