📬 A lightweight implementation of an observable sequence that you can subscribe to.
:recycle: Unidirectional State Management Architecture for Swift - Inspired by Vuex and Flux
A Swift library for state management with unidirectional data flow.
ReactiveCocoa is a functional reactive programming framework and Cocoa UI binding layer. It provides a library for composing asynchronous data streams and managing application state through signals and functional operators. The framework functions as an Objective-C data binding library that links object properties and method calls to reactive streams using runtime dynamism and swizzling. It includes a utility to convert traditional key-value observation notifications into composable streams for synchronized state tracking. The project covers reactive UI programming by connecting interface el
The easiest way to observe values in Swift.
Principalele funcționalități ale roberthein/observable sunt: Event Handling, Reactive Programming.
Alternativele open-source pentru roberthein/observable includ: ra1028/vueflux — :recycle: Unidirectional State Management Architecture for Swift - Inspired by Vuex and Flux. reactivex/rxswift — RxSwift is a reactive programming library for Swift that provides a framework for managing push-based data flows and… devyeom/oneway — A Swift library for state management with unidirectional data flow. fxm90/lightweightobservable — 📬 A lightweight implementation of an observable sequence that you can subscribe to. reactivecocoa/reactivecocoa — ReactiveCocoa is a functional reactive programming framework and Cocoa UI binding layer. It provides a library for… reswift/reswift — ReSwift is a unidirectional data flow framework for Swift applications that centralizes state management within a…