Using views as stream operator building blocks

So I am pretty fluent in Reactive Extensions (RxJS). You can kind of use views in a similar way and I wrote a few prototypes. I think ObservableHQ dataflow needs a zip operator, illustrated in the notebook. Combining separate data streams is often buggy without it.

1 Like