ReactiveStore 1.2.0

ReactiveStore 1.2.0

Natan Zalkin维护。



  • Natan Zalkin

ReactiveStore

License Language Build Status Coverage Status

Swift编写的简单响应式存储实现,用于状态管理。

ReactiveStore可以作为MVC架构衍生品的部分模型使用,作为全局共享状态,甚至可以与SwiftUI结合使用。

要在SwiftUI中使用ReactiveStore,需要在存储实现类中添加ObservableObject一致性,并用@Published装饰器标记所有可变属性。