3.1.2 • Published 6 years ago

redux-observable-stream-lite v3.1.2

Weekly downloads
12
License
MIT
Repository
github
Last release
6 years ago

💁 TLDR; If you want ot use redux-observable but use stream-lite instead of RxJS you might want to check out this library.

If you use stream-lite instead of RxJS and also use redux, you might want to handle your async actions with something like redux-observable. While redux-observable allows you to write an adapter to convert Rx Observables to your preferred stream library, internally it still uses RxJS which brings unnecessary weight into your project.

This package export the same API as redux-observable except: 1) no the support for adapters. 2) toPayload pipeable operator is included.

3.1.2

6 years ago

3.1.1

6 years ago

3.1.0

6 years ago

3.0.0

6 years ago

1.0.2

6 years ago

1.0.1

7 years ago

1.0.0

7 years ago