响应式编程是一种异步的、声名式的、面向数据流的编程范式

响应式编程是一种异步的、声名式的、面向数据流的编程范式。html

 

异步:moand、observeable、handle;react

声名式:用逻辑表述的形式组织代码;使用函数式编程范式。编程

数据流:将数据视做数据流的形式,并用pipeline的形式作处理。异步

 

rx是对响应式编程操做的标准化。ide

Each language-specific implementation of ReactiveX implements a set of operators. Although there is much overlap between implementations, there are also some operators that are only implemented in certain implementations. Also, each implementation tends to name its operators to resemble those of similar methods that are already familiar from other contexts in that language.函数式编程

 

http://reactivex.io/documentation/operators.html#categorized函数

相关文章
相关标签/搜索