Application demo
This lesson preview is part of the Mastering RxJS: A Compact Journey from Beginner to Pro course and can be unlocked immediately with a \newline Pro subscription or a single-time purchase. Already have access to this course? Log in here.
Get unlimited access to Mastering RxJS: A Compact Journey from Beginner to Pro, plus 80+ \newline books, guides and courses with the \newline Pro subscription.

[00:00 - 00:06] This is the application that we are going to build. In this application, we will learn how to fetch data, how to build an infinite scroll.
[00:07 - 00:23] We will also learn how to filter the data, just like this. Also, how to display the data, how to do a reactive validation, for example, like this, how to subscribe to events, and also display notifications when a certain event occurs.
[00:24 - 00:28] This might look like a simple application, but don't fool yourself. There are a lot of concepts involved.
[00:29 - 00:31] We will also cover common mistakes and best practices.