Connection operator: multicast and connect

InstructorAndré Staltz

Share this video with your friends

Send Tweet

We have seen how Subjects are useful for sharing an execution of an RxJS observable to multiple observers. However, this technique requires some laborious setting up. In this lesson we will learn about the multicast() operator which helps solve the same problem with less code, and with a neater API.