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.
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
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 !
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!