Session
Beginner Reactive programming with RxJS
Async programming is not easy but there is one great paradigm called Reactive Programming that can help. Using Observables, a new construct coming to JavaScript, we will learn how to handle all forms of async data. From user input to AJAX calls we will compose data streams using the Reactive Extensions (Rx) library and briefly look how new frameworks like Angular are taking Observable streams to heart.