Getting Started with Reactive Programming Using RxJS

Pluralsight
Course Summary
This course is designed to get you started using the reactive programming library for JavaScript, RxJS. You'll see the powerful, flexible approach RxJS provides for asynchronous programming by using RxJS to manage events, HTTP calls, and more.
-
+
Course Description
Reactive programming is more than an API. Reactive programming is a mindset. In this course, Getting Started with Reactive Programming Using RxJS, you'll see how to set up and install RxJS and work with your first Observable and Observer. You'll use RxJS to manage asynchronous data delivered from DOM events, network requests, and JavaScript promises. Finally, you'll learn how to handle errors and exceptions in asynchronous code, and learn about the RxJS operators you can use as composable building blocks in a data processing pipeline. By the end of the course, you'll have the fundamental knowledge you need to use RxJS in your own applications, and use other frameworks that rely on RxJS.
-
+
Course Syllabus
Course Overview- 1m 32s
—Course Overview 1m 32sObservers and Observables- 39m 16s
—An Introduction 0m 32s
—Reactive Programming 4m 20s
—Installing RxJS with npm 5m 59s
—Configuration and Setup 7m 23s
—Creating Your First Observable and Observer 5m 17s
—An Easier Observer 1m 54s
—Using Observable.create 3m 3s
—Going async with setTimeout 2m 11s
—Using RxJS Operators 3m 15s
—Importing Just What We Need 4m 8s
—Summary 1m 10sWorking with Observables- 40m 57sWorking with Observable Data- 30m 39s