Part 1. Understanding streams
In this first part of the book, you’ll get your feet wet with streams by discovering the stream as the missing data contemporary to the iterable.
Chapter 1 lays out the problem with the state of asynchrony in JavaScript and where other solutions don’t quite reach your ideal. In chapter 2, you’ll get an introduction to functional programming as the foundation for reactive programming. Here, you’ll walk through the basic parts of producing and consuming a stream. (If you’re already on board with streaming, you may wish to skim or skip these first two chapters.) In chapter 3, you’ll start to see some real RxJS usage as you explore your first operators and how you use them to create fluent streaming applications. Finally, ...
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.