ReSwift is a unidirectional data flow framework for Swift applications that centralizes state management within a single store. It ensures predictable and traceable updates by requiring all state modifications to occur through explicit actions processed by reducer functions. The library includes a state time travel debugger that records and replays sequences of actions to reload or rewind the application state. It also provides an asynchronous action dispatcher to handle side effects and network requests while maintaining synchronized state updates. The framework covers a broad surface of st
📬 A lightweight implementation of an observable sequence that you can subscribe to.
Swift Apps in a Swoosh! A modern framework for creating iOS apps, inspired by Redux.
A holistic approach to iOS development, inspired by Redux and MVVM
A Swift library for state management with unidirectional data flow.
Les fonctionnalités principales de devyeom/oneway sont : Event Handling, Reactive Programming, Unidirectional Data Flow.
Les alternatives open-source à devyeom/oneway incluent : reswift/reswift — ReSwift is a unidirectional data flow framework for Swift applications that centralizes state management within a… reactivecocoa/reactivecocoa — ReactiveCocoa is a functional reactive programming framework and Cocoa UI binding layer. It provides a library for… bendingspoons/katana-swift — Swift Apps in a Swoosh! A modern framework for creating iOS apps, inspired by Redux. bendingspoons/tempura-swift — A holistic approach to iOS development, inspired by Redux and MVVM. ra1028/vueflux — :recycle: Unidirectional State Management Architecture for Swift - Inspired by Vuex and Flux. fxm90/lightweightobservable — 📬 A lightweight implementation of an observable sequence that you can subscribe to.