[Recompose] Pass a React Prop to a Stream in RxJS

When you declare your Component and Props in JSX, you can pass those props along to your RxJS stream. This is typically done using switchMap or combineLatest where you can grab from the props from your props$ stream and push them into another stream.

原文地址:https://www.cnblogs.com/Answer1215/p/8083985.html