Configure Recompose to Build React Components from RxJS Streams

InstructorJohn Lindquist

Share this video with your friends

Send Tweet

Recompose provides helper functions to stream props using an Observable library of your choice into React. This lesson shows you how to configure Recompose to use RxJS then create a Streaming Component with Recompose’s componentFromStream helper function.

Gabriele Lippi
~ 6 years ago

Hi John, thank you for this interesting course, but everytime I try to replicate your examples, I get always this error: TypeError: _rxjs2.default is undefined. I' m using create-react-app.

Thank you, Gabriele

JL decentraliser
~ 6 years ago

Hey ! It would be very nice to update this course with modern react, and hooks maybe ? I can see that the Recompose library is discontinued because of the hooks

Thanks !

Jay
~ 5 years ago

That's an interesting idea, I wonder how relevant RxJS is going to be as hooks becomes widely adopted? I recently came back to react dev after a year and a half of Angular. I really enjoyed RxJS once I became more familiar. Hoping to utilize those skill in react!