This library contains additional operators for RxJS that we at co-IT believe help in certain use cases.
npm install @co-it/rxjs-operators
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
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.