Building User Interfaces with RxJS
One of the areas where RxJS excels is handling user interactions and orchestrating events in the browser. In this chapter, we’re going to explore how to build awesome and interactive UI components that handle any interaction or side effect seamlessly.
In this chapter, we’ll cover the following recipes:
- Unlocking a phone with precision using RxJS-powered swipe gestures
- Learning indications with the progress bar
- Streaming image loading seamlessly with Progressive Image
- Optimizing loading tab content
- Reacting to drag-and-drop events
- Crafting your perfect audio player using flexible RxJS controls
- Streamlining real-time updates with RxJS-powered notifications
- Fetching data with the Infinite Scroll Timeline component