Switch to a Function which Creates Observables with Vue.js and Rxjs

InstructorJohn Lindquist

Share this video with your friends

Send Tweet

Wrapping the creation of an Observable inside of a Function allows you delay the creation of the Observable until it is needed. This becomes really important when the Observable is created from a Promise due to the way Promises execute on creation.

Matt Lindell
~ 6 years ago

Sir, could you explain why you are getting 2 request performed when you click once?

xianbo duan
~ 5 years ago