Part 2: A Trip into Reactive Patterns
In this part, you will learn the most used reactive patterns in different real-world scenarios such as fetching data from a backend API, handling server errors, filtering data, and providing autocompleted search results in a dropdown list. Every reactive pattern will be endorsed by an example involving our recipes app.
You will also learn the best practices and pitfalls to avoid and dive into the latest Angular features, such as standalone components and the new built-in control flow syntax.
This part includes the following chapters:
- 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