RxSwift文档搜集与备份

http://reactivex.io

The Observer pattern done right

ReactiveX is a combination of the best ideas from

the Observer pattern, the Iterator pattern, and functional programming

 

 

https://hub.packtpub.com/reactive-programming-swift/

RxSwift

RxSwift extends the Observer pattern to simulate asynchronous streams of data flowing out of your Cocoa Touch objects as if they were typical collections. By extending some of Cocoa Touch’s classes with observable streams, you are able to subscribe to their output and use them with composable operations, such as filter(), merge(), map(), reduce(), and others.

 

 

RxSwift Operators

https://hub.packtpub.com/rxswift-operators/

 

RxSwift For Dummies 🐣 Part 1

http://swiftpearls.com/RxSwift-for-dummies-1-Observables.html

 

rxswift中文文档

https://github.com/jhw-dev/RxSwift-CN/blob/master/source-cn/GettingStarted.md

posted @ 2018-05-07 19:44  zzfx  阅读(158)  评论(0编辑  收藏  举报