September 2017
Beginner to intermediate
352 pages
10h 50m
English
Chapter 1. Thinking reactively
1.1. Synchronous vs. asynchronous computing
1.1.1. Issues with blocking code
1.1.2. Non-blocking code with callback functions
1.1.3. Understanding time and space
1.2. Better callbacks with Promises
1.3. The need for a different paradigm
1.4. The Reactive Extensions for JavaScript
1.4.1. Thinking in streams: data flows and propagation
1.4.2. Introducing the RxJS project