RxSwift
RxSwift copied to clipboard
Proof-of-concept for implementing Rx primitives in Swift
RxSwift
This is an attempt to build something like ReactiveCocoa in Swift, while also incorporating ideas from my talk, The Future of ReactiveCocoa. It’s just a proof-of-concept, and is not intended for production use.
This project has since been incorporated into a ReactiveCocoa pull request that will allow the two worlds to be bridged. Please follow that thread for production-readiness discussions.
This code is released under the MIT license.