Reactive programming is programming with asynchronous data streams.
RP是进行异步数据处理
有点像Promise的变种
像自带promise的fp函数组变种
A Promise is simply an Observable with one single emitted value.
Rx streams go beyond promises by allowing many returned values.
RP是进行异步数据处理
像自带promise的fp函数组变种
A Promise is simply an Observable with one single emitted value.
Rx streams go beyond promises by allowing many returned values.