-
Book Overview & Buying
-
Table Of Contents
Reactive Patterns with RxJS and Angular Signals - Second Edition
By :
Reactive Patterns with RxJS and Angular Signals
By:
Overview of this book
RxJS is a powerful reactive extension for JavaScript, specializing in asynchronous and event-driven programming, but you don’t find many books on using RxJS in Angular applications. Written by an industry expert with over a decade of experience, this book helps you navigate reactive patterns, efficient data management, and the streamlined implementation of common features with minimal code.
This second edition aligns with the latest version of Angular, introducing new reactive patterns based on Angular Signals, which play a pivotal role in enabling fine-grained reactivity within Angular and enhancing change detection and user interface rendering. Throughout the book, you’ll construct a complete application that incorporates the latest Angular features, such as standalone components, new built-in control flow, deferrable views, and more. You’ll also focus on cultivating skills to handle data reactively, thus improving the application's overall quality, user experience, and developer productivity. The book covers best practices for testing asynchronous streams and optimizing app performance.
By the end of this RxJS and Angular book, you’ll not only be able to develop Angular applications by implementing reactive patterns, but also grasp all the best practices, ensuring a well-rounded understanding of RxJS within the Angular framework.
Table of Contents (21 chapters)
Preface
Part 1:An Introduction to the Reactive World
Chapter 1: Diving into the Reactive Paradigm
Chapter 2: Walking through Our Application
Part 2: A Trip into Reactive Patterns
Chapter 3: Fetching Data as Streams
Chapter 4: Handling Errors Reactively
Chapter 5: Combining Streams
Chapter 6: Transforming Streams
Chapter 7: Sharing Data between Angular Components
Part 3: The Power of Angular Signals
Chapter 8: Mastering Reactivity with Angular Signals
Part 4: Multicasting Adventures
Chapter 9: Demystifying Multicasting
Chapter 10: Boosting Performance with Reactive Caching
Chapter 11: Performing Bulk Operations
Chapter 12: Processing Real-Time Updates
Part 5: Final Touches
Chapter 13: Testing RxJS Observables
Index