The Netflix Tech Blog: Going Reactive — Asynchronous JavaScript at Netflix
Link: The Netflix Tech Blog: Going Reactive — Asynchronous JavaScript at Netflix
Our own Jafar Husain shared how we’re using the Reactive Extensions (Rx) library to build responsive UIs across our device experiences.Pretty impressive talk on Rx by Netflix. Looks like a great alternative to Promises, on handling asynchronous behaviors such as remote API calls and even UI elements.