- Mastering Reactive JavaScript
- Erich de Souza Oliveira
- 243字
- 2021-07-09 20:33:03
What this book covers
Chapter 1, What Does Being Reactive Mean?, explains the basics of reactive programming and how it compares with imperative programming, and also shows some example usage.
Chapter 2, Reacting for the First Time, covers the basics of event streams and operators using bacon.js.
Chapter 3, A World Full of Change - Reactive Extensions to the Rescue, in this chapter we explore the definitions and types of Observers and Observables.
Chapter 4, Transforming Data - Map, Filter, and Reduce, covers the most basic and important operators from functional reactive programming.
Chapter 5, The World Changes Too Fast - Operators to Deal with Backpressure, explains different techniques to mitigate the problem of receiving data faster than you can process it.
Chapter 6, Too Many Sources? - Combining Observables, teaches you to combine different sources of data to create new ones.
Chapter 7, Something Is Wrong - Testing and Dealing with Errors, explains how to deal with errors in observables and how to test programs using functional reactive programming.
Chapter 8, More about Operators, shows some important operators that did not fit into the previous chapters.
Chapter 9, Composition, explains what a transducer is and why you should use it.
Chapter 10, A Real-Time Server, builds the backend part of an web chat application used as an example of functional reactive programming.
Chapter 11, A Real-Time Client, builds the frontend part of an web chat application used as an example of functional reactive programming.
- Learning OpenDaylight
- Cybersecurity:Attack and Defense Strategies
- 白話區塊鏈
- Mastering Distributed Tracing
- 嵌入式應用程序設計綜合教程(微課版)
- Python基礎教程(第3版)
- 數據中心系統工程及應用
- Docker+Kubernetes應用開發與快速上云
- Windows 7案例教程
- jQuery UI Cookbook
- ElasticSearch Cookbook
- Kali Linux高級滲透測試(原書第3版)
- Linux從入門到精通(視頻教學版)
- Java EE 7 Developer Handbook
- Responsive Web Design with AngularJS