Throughout this tutorial, you’ll be introduced to JavaScript reactive and asynchronous code, data streams and RxJS 6 used in Angular.

You’ll learn that reactive programming in JavaScript is about coding with asynchronous data streams and that RxJS is the most popular JavaScript implementation that implements Observables and the observer pattern.

You’ll learne about RxJS operators, the methods that are used to compose Observables and work on their data streams.

Next, you’ll learn that Angular 10/9 uses RxJS v6 for working with asynchronous operations and APIs (instead of callbacks and Promises) in many of its commonly used modules such as HttpClient, Router and Reactive Forms.

#rxjs #javascript #angular

JavaScript Reactive/Asynchronous Code with RxJS 6 & Angular 10: Callbacks, Promises and Observables
14.40 GEEK