Reactive_Programming_with_RxJS_Untangle_Your_Asynchronous_JavaScript_Code

时间:2021-06-24 02:53:00
【文件属性】:

文件名称:Reactive_Programming_with_RxJS_Untangle_Your_Asynchronous_JavaScript_Code

文件大小:3.84MB

文件格式:PDF

更新时间:2021-06-24 02:53:00

RxJS

Reactive programming is a programming paradigm that encompasses many concepts and techniques. In this book I’ll focus particularly on creating, transforming, and reacting to streams of data. Mouse clicks, network requests, arrays of strings—all these can be expressed as streams to which we can “react” as they publish new values, using the same interfaces regardless of their source. Reactive programming focuses on propagating changes without our having to explicitly specify how the propagation happens. This allows us to state what our code should do, without having to code every step to do it. This results in a more reliable and maintainable approach to building software.


网友评论