测试已测试 | ✗ |
语言语言 | SwiftSwift |
许可证 | MIT |
发布最新发布 | 2016年3月 |
SPM支持 SPM | ✗ |
由 Pedro Piñera 维护。
依赖项 | |
RxSwift | ~> 2.3 |
ReSwift | ~> 1.0 |
ReSwift 扩展,为订阅存储状态变化提供了响应式接口。
要运行示例项目,克隆仓库,并首次从 Example 目录中运行 pod install
RxReSwift 可通过 CocoaPods 获得。要安装它,只需将以下行添加到您的 Podfile
pod "RxReSwift"
store.asObservable()
.subscribeNext { newState
// The store state did change
}
.addDisposableToBag(self.disposeBag)
Pedro Piñera Buendía, [email protected]
RxReSwift 可在 MIT 许可证下使用。有关更多信息,请参阅 LICENSE 文件。