TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Mar 2016 |
SPMSupports SPM | ✗ |
Maintained by Pedro Piñera.
Depends on: | |
RxSwift | ~> 2.3 |
ReSwift | ~> 1.0 |
ReSwift extension that brings a reactive interface for subscribing to store state changes.
To run the example project, clone the repo, and run pod install
from the Example directory first.
RxReSwift is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "RxReSwift"
store.asObservable()
.subscribeNext { newState
// The store state did change
}
.addDisposableToBag(self.disposeBag)
Pedro Piñera Buendía, [email protected]
RxReSwift is available under the MIT license. See the LICENSE file for more info.