ReRxSwift
State manager
A framework that integrates ReSwift and RxSwift to simplify application state management and UI updates in iOS apps.
ReRxSwift: RxSwift bindings for ReSwift
99 stars
13 watching
16 forks
Language: Swift
last commit: over 2 years ago frpfunctional-reactive-programmingreactive-programmingreswiftrxswiftswift4
Related projects:
Repository | Description | Stars |
---|---|---|
rxswiftcommunity/rxstate | A state container and implementation of Redux using RxSwift, designed to facilitate unidirectional data flow architecture for managing app state. | 154 |
vadimtrifonov/rxstatereducer | Demonstrates an approach to managing asynchronous state in software applications using reactive programming and a unidirectional data flow | 4 |
lsunsi/reduxswift | A state management library for Swift applications using Redux principles | 39 |
rxswiftcommunity/rxswiftutilities | Helpful classes and extensions for managing asynchronous operations and UI interactions in a Swift application | 189 |
rxswiftcommunity/action | An RxSwift library that abstracts actions with work factories, managing execution and enabling conditions. | 874 |
rstgroup/eventrix | A state management library for React and React Native apps, enabling flexible expansion of global state and control over data flow. | 92 |
vergegroup/swift-verge | A high-performance state management framework for complex iOS applications | 659 |
carlosypunto/reallysimplemvvmloginexamplewithrxswift | An RxSwift-based login application demonstrating MVVM architecture | 96 |
rintoj/statex | A state management library for unidirectional data flow and immutable uni-state with support for Angular and React | 68 |
rxswiftcommunity/rxtheme | A Swift framework for managing UI theme changes with reactive programming | 383 |
cats-oss/rxducks | A Redux-like framework specialized for RxSwift, allowing developers to manage application state using reactive programming principles. | 40 |
rxswiftcommunity/rxrealm | A set of RxSwift extensions that enable reactive programming with Realm Swift's types | 1,157 |
notests/rxfeedback.swift | An RxSwift architecture for building feedback loops and managing state changes in software systems | 1,034 |
rxswiftcommunity/rxpager | A utility for managing a sequence of pages with pagination and iteration control | 60 |
shiftyp/redurx | A state management system using RxJS Observables and reducers, allowing asynchronous operations and functional computation of additional state | 95 |