Use the map operator instead of firing events on a Subject

InstructorAndré Staltz

Share this video with your friends

Send Tweet

In this lesson we will learn how to replace excessive subscribing and Subject emissions with simple uses of the map operator, simplifying our code and making it less bug-prone.