Tag: rx

  • Netflix JavaScript Talks – RxJS + Redux + React = Amazing!

    Jay Phelps (@_jayphelps ) talks about why Netflix loves reactive programming with Rx. In this talk he shares the basics of RxJS 5 Observables and how they can be used with React and Redux to manage asynchronous effects using redux-observable. http://redux-observable.js.org Slides: http://www.slideshare.net/jayphelps/rxjs-redux-react-amazing Original source Link to this post!

  • Netflix JavaScript Talks – Async JavaScript with Reactive Extensions

    Netflix JavaScript Talks – Episode 1 Async JavaScript with Reactive Extensions In this talk, you’ll learn how Netflix uses the Reactive Extensions (Rx) library to build responsive user experiences that strive to be event-driven, scalable and resilient. Learn the power of the Observable and how we’ve simplified our lives through the ability to filter, aggregate,…