Watch Vue.js v-models as Observable with $watchAsObservable and RxJS

John Lindquist
InstructorJohn Lindquist

Share this video with your friends

Send Tweet

You most likely already have data or properties in your template which are controlled by third-party components or updated using data binding. You can still use this data as stream by leveraging vue-rx's $watchAsObservable then chaining RxJS operators onto it as a new stream.