Merge RxJS Button Event Streams to Build a React Counter Component

InstructorJohn Lindquist

Share this video with your friends

Send Tweet

Combining input streams then using scan to track the results is a common scenario when coding with streams. This lesson walks you through setting up two buttons and merging their input events together to build a streaming Counter component.