Projects Overview
Discover how to apply RxJS concepts to real-world scenarios by building projects like centralized loading indicators, reactive local databases, and managing DOM events. Learn to handle errors and subscriptions dynamically in single page applications using reactive programming principles.
We'll cover the following...
We'll cover the following...
Introduction to real-world projects in RxJS
Well done!
You have successfully made your way through the reactive data stream, and now you are ready to take on some real-world projects.
In order to keep this course RxJS only, every project will be run as a simulation to a real-world project that can be set up as a single page app (SPA).
We will go through the following scenarios using reactive principles:
- Building a Centralized Loading Indicator to display on your web applications when a long-running task is being performed in the background
- Handling DOM events like mouse and keyboard events through a centralized place for your entire application
- Building a reactive local database, like Redux and NGXS
- Handling errors that can be thrown in the data pipeline
- Building a centralized place to manage the activation of multiple subscriptions in a dynamic way
- Creating tips & tricks service that will show tips while the application is loading
Let’s go!