Stream Props to React Children with RxJS

InstructorJohn Lindquist

Share this video with your friends

Send Tweet

You can decouple the parent stream Component from the mapped React Component by using props.children instead. This process involves mapping the stream to React’s cloneElement with the children then passing the props in manually.