Description
This training covers the reactive programming philosophy, its aims and challenges. We also look at RxJS operators used for creating, transforming, filtering, combining and aggregating Observable streams. In addition the course covers subjects such as using RxJS with the Angular framework.
After completing the course, a certificate is issued on the Luxoft Training form
Objectives
Introduce the RxJS library and reactive programming philosophy for JavaScript developers.
Roadmap
Introduction to reactive programming
Creating Observables
Observables error handling
Hot and cold observables
RxJS operators
- Creating operators
-
Transforming operators
-
Filtering operators
-
Combining operators
-
Error handling operators
-
Conditional operators
-
Mathematical and aggregate operators
RxJS Subjects
- Publish Subject
-
Relay Subject
-
Behaviour Subject
-
Async Subject
Using RxJS with Angular
RxJS use cases