@co-it/rxjs-operators
v0.2.2
Published
Helpful operators for RxJS
Downloads
9
Readme
rxjs-operators
This library contains additional operators for RxJS that we at co-IT believe help in certain use cases.
Setup
npm install @co-it/rxjs-operators
Customized buffer behavior
You will find bufferMatch
& bufferObserve
allowing you to filter values
of the buffer.
This gives you more control when a buffer should be emitted.
- 📖 Check out our blog post Filterable Buffer to learn more.
- ⚡️ You can see those operators in action at Stackblitz
Want to help?
Your feedback is always welcome!
You can file issues and create pull requests on the Kentan Github repository. The contributing guide will help you contribute to this project.