-
Course
- Core Tech
Getting Started with Reactive Programming Using RxJS
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.
What you'll learn
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.
Table of contents
- An Introduction | 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 10s
About the author
Scott has over 15 years of experience in commercial software development and is a frequent speaker at national conferences, and local user groups. Scott is a Microsoft MVP and has authored books on several Microsoft technologies, including ASP.NET, C#, and Windows Workflow.
More Courses by Scott