RxReSwift 0.1.0

RxReSwift 0.1.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Mar 2016
SPMSupports SPM

Maintained by Pedro Piñera.



 
Depends on:
RxSwift~> 2.3
ReSwift~> 1.0
 

RxReSwift 0.1.0

ReSwift extension that brings a reactive interface for subscribing to store state changes.

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

RxReSwift is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "RxReSwift"

Usage

store.asObservable()
  .subscribeNext { newState
    // The store state did change
  }
  .addDisposableToBag(self.disposeBag)

Author

Pedro Piñera Buendía, [email protected]

License

RxReSwift is available under the MIT license. See the LICENSE file for more info.