Map a Sequence Based on Input Text in React

InstructorJohn Lindquist

Share this video with your friends

Send Tweet

Let's combine the logic of pushing the value of the text box when we hit the Enter key with the logic of pushing out a sequence of values. We can do this by piping operators together and using our mapBroadcaster operator to switch over to the sequence broadcaster.