vuejs/vue-rx

Full on @stream integration

zoomclub opened this issue · 1 comments

As someone new to Vue one of the first things I investigated was RxJS support, which landed me here, awesome! The example given in this repo is good and then I've seen another step up in how to integrate RxJS into Vue in the Summary section of the following link: http://www.christianalfoni.com/articles/2016_03_31_RxJs-the-smartest-dumbest-tool-ever

As I'm becoming acquainted with Vue I've seen the clean and elegant new @event syntax. As a result a thought entered my mind, which I would just like to share here. In essence reactive streaming API's like RxJS and others are here to stay, and support for Observables is coming to ES7: https://github.com/zenparsing/es-observable

That being the present and the future looking bright for both Vue and Observables I'm wondering if Vue might fully embrace Observables and support a @stream syntax?

Closing this because this solution is now better than first suggested or expected. See the vue-rx.js fromDOMEvent for more and this latest issue #14