egghead.io
illustration for Build React Components from Streams with RxJS and Recompose

Course

Build React Components from Streams with RxJS and Recompose

  1. 1
    Configure Recompose to Build React Components from RxJS Streams
    1m 32s
  2. 2
    Pass a React Prop to a Stream in RxJS
    2m 46s
  3. 3
    Stream a React Component from an Ajax Request with RxJS
    2m 27s
  4. 4
    Handle React Events as Streams with RxJS and Recompose
    2m 25s
  5. 5
    Merge RxJS Button Event Streams to Build a React Counter Component
    1m 40s
  6. 6
    Stream Props to React Children with RxJS
    53s
  7. 7
    Stream Props to Multiple Children with React's Children.map and RxJS
    1m 6s
  8. 8
    Create Stream Behaviors to Push Props in React Components with mapPropsStream
    1m 11s
  9. 9
    Compose Streams of React Props with Recompose’s compose and RxJS
    4m 25s
  10. 10
    Make Reusable React Props Streams with Lenses
    2m 47s
  11. 11
    Refactor React Render Props to Streaming Props with RxJS and Recompose
    3m 22s

Pass a React Prop to a Stream in RxJS

John Lindquist
InstructorJohn Lindquist
  • react
    React^16.0.0
  • recompose
    Recompose

Share this video with your friends

Send Tweet

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.

Build your Developer Portfolio and climb the engineering career ladder.
  • Search
  • Talks
  • Podcasts
  • Machine
  • Pricing
  • Store
©egghead.io
Terms & Conditions