Learning RxJS

Go to class
Write Review

Free Online Course: Learning RxJS provided by LinkedIn Learning is a comprehensive online course, which lasts for Less than 1 hour of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Learning RxJS is taught by Bonnie Jean Brennan.

Overview
  • Learn how to use RxJS for reactive programming with observables and detect changes instantly—in real time—without unnecessary network calls.

Syllabus
  • Introduction

    • Welcome
    • What you should know
    • Using the exercise files
    1. Asynchronous and Reactive Programming
    • Evolution of asynchronous programming
    • The observer pattern
    • Explore the ReactiveX website
    • Database observables
    2. Let’s Write Some Code
    • Set up an Angular project
    • Create an observable
    • Subject
    • Behavior subject
    • Replay subject
    3. Operators
    • take
    • map
    • filter
    • mergeMap
    • switchMap
    4. User Interface
    • Observable from a button
    • Observable from input with debounce()
    • Wrap an API
    Conclusion
    • Next steps