A Swift library for state management with unidirectional data flow.
A library for reactive and unidirectional Swift applications
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 holistic approach to iOS development, inspired by Redux and MVVM
Las características principales de bendingspoons/tempura-swift son: Event Handling, Unidirectional Data Flow.
Las alternativas de código abierto para bendingspoons/tempura-swift incluyen: 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. devyeom/oneway — A Swift library for state management with unidirectional data flow. reactorkit/reactorkit — A library for reactive and unidirectional Swift applications. square/workflow — Workflow is a cross-platform architectural framework for building deterministic unidirectional state machines and user… square/workflow-kotlin — Workflow-kotlin is a cross-platform state management and UI binding framework for Kotlin that models application…