A holistic approach to iOS development, inspired by Redux and MVVM
A Swift library for state management with unidirectional data flow.
Swift Apps in a Swoosh! A modern framework for creating iOS apps, inspired by Redux.
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 library for reactive and unidirectional Swift applications
Die Hauptfunktionen von reactorkit/reactorkit sind: Event Handling, Unidirectional Data Flow.
Open-Source-Alternativen zu reactorkit/reactorkit sind unter anderem: reswift/reswift — ReSwift is a unidirectional data flow framework for Swift applications that centralizes state management within a… 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. devyeom/oneway — A Swift library for state management with unidirectional data flow. alexdrone/dispatch. artman/signals — A micro-library for creating and observing events.