Use `lift` to Connect a `source` to a `subscriber` in RxJS

Share this video with your friends

Send Tweet

The lift method on each source hides away the internals of RxJS so you can simply connect a source to the subscriber you're working with. The lift method take an object with a call function with subscriber and source arguments, then it's up to you how you want to connect them together.

Ender Akay
Ender Akay
~ 6 years ago

chall(sub, source) should be call(sub,source) right?

J. Matthew
J. Matthew
~ 5 years ago

Yep.