tc39 / proposal-observable

Observables for ECMAScript
https://tc39.github.io/proposal-observable/
3.06k stars 90 forks source link

Operator examples #175

Closed nmuldavin closed 6 years ago

nmuldavin commented 6 years ago

I just wrapped work on a first pass library of reactive Operators built directly on top of this proposal. This is a bit of a shameless plug, but I thought it might be an interesting test case for the proposal itself to see what it takes to write such operators. I'd gladly welcome any feedback or PRs.

benjamingr commented 6 years ago

Actually, @blesh wrote RxJS 5 on top of this proposal.

Nice demo anyway :)