@co-it/rxjs-operators

Helpful operators for RxJS

Usage no npm install needed!

<script type="module">
  import coItRxjsOperators from 'https://cdn.skypack.dev/@co-it/rxjs-operators';
</script>

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.

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.