Tatsuhiko Miyagawa's Blog

The Netflix Tech Blog: Going Reactive — Asynchronous JavaScript at Netflix

May 17, 2014

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.