September 2017
Beginner to intermediate
352 pages
10h 50m
English
To help you better understand the text, we’ve made two code repositories available to download and run so as to better see RxJS in Action.
The primary repository we use throughout the text contains the runnable code samples.
URL: https://github.com/RxJSInAction/rxjs-in-action
| Node | git clone https://github.com/RxJSInAction/rxjs-in-action.git cd rxjs-in-action npm install npm start <Open browser to localhost:8080> |
The second repository, which is used only for chapter 10, contains a standalone application that can be accessed and run via the following.
URL: https://github.com/RxJSInAction/banking-in-action
| Node | git clone https://github.com/RxJSInAction/banking-in-action.git ... |