October 2018
Intermediate to advanced
420 pages
10h 26m
English
We will complete this tour of the reactivity diagrams by writing the echo example. Its diagram is shown in the following figure:

This simple diagram should allow any developer to understand what is going on, provided that he knows that it applies to each item emitted on the argv input observable. First, the input observable is created from the argv variable. Then each item is capitalized with the map operator. Finally, each event type (item, completion, or error) is printed. Note that the content of each element is not a copy of the code, but a small description ...