1. React
  2. JSNation
  3. 2017
  4. RxJS All Things

RxJS All Things

Let's talk about why reactive programming is awesome and how it can help with managing complexity, data and scaling your applications.

Simona Cotin at JSNation 2017

Managing state in large application applications is hard. Managing async behavior is even harder. Let's talk about why reactive programming is awesome and how it can help with managing complexity, data and scaling your applications. Also, remember the callback hell?! Well, we once have been PROMISED that all will be good. And guess what, we OBSERVED we can do better. Let's deep dive into how observables are much better than promises.