Part 3. Mastering RxJS
Now that you have a firm grasp of the basics of RxJS, it’s time to start working with some advanced techniques. We’ll cover sharing your streams between observers, as well as a detailed discussion of eager versus lazy types and how observables are able to handle both scenarios gracefully. We’ll also go back to some concepts about time that we only teased you with in the first part of the book; we’ll show you how to use them to build powerful declarative tests that can run with user-defined concepts of time.
In chapter 8, we’ll talk about the difference between hot and cold streams, how to identify the two types, and how to move between them easily using RxJS operators. Chapter 9 covers reactive testing and provides an introduction ...
Get RxJS in Action now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.