#native_company# #native_desc#
#native_cta#

Overview

This is a quick introduction into the concept of Reactive Programming in Angular with RxJS.

The subject of Reactive Programming is large enough to warrant its own course and indeed there are a number of books and courses which deal with nothing other than reactive programming with RxJS.

So the goal of this section isn’t to give you a complete understanding, the goal is to demystify the concepts so you understand what it is and where you can learn more.

Angular uses RxJS for some parts of its internal functioning. If you want you can also choose to use RxJS but you don’t need to at all.

Important

You do not need to know Reactive Programming or RxJS in order to build even the most complex applications with Angular. It can however make some types of applications easier to architect.

At the end of this section you will:

  • Understand the terms Stream & Reactive Programming.

  • Know what Observables are and how they are related to RxJS.

  • Know how to write reactive code using pure RxJS.

  • Know what operators are, where to read up on the breadth of available operators and how to understand them by using marble diagrams.

  • Know the places you can use reactive programming in Angular and code up a simple form using RxJS.


Caught a mistake or want to contribute to the book? Edit this page on GitHub!



Advanced JavaScript

This unique course teaches you advanced JavaScript knowledge through a series of interview questions. Bring your JavaScript to the 2021's today.

Level up your JavaScript now!