Store
Store manager
An implementation of a Store that manages state changes in an asynchronous manner using Swift and SwiftUI
Unidirectional, transactional, operation-based Store implementation.
503 stars
9 watching
36 forks
Language: Swift
last commit: about 3 years ago
Linked from 1 awesome list
bindingcombinedispatcherflux-applicationreduxstateobjectstoreswiftswiftuiunidirectional-data-flow
Related projects:
Repository | Description | Stars |
---|---|---|
smakazmi/react-3ducks | An alternative to Redux that simplifies state management in React applications by encapsulating data and behavior within multiple stores. | 7 |
einstore/einstorecore | Provides core functionality for managing mobile app stores and their associated features. | 9 |
storeon/storeon | A tiny event-based state manager for React and other frameworks, allowing fast re-renders of components based on changes to state. | 1,977 |
elmassimo/vuex-stores | Provides a simpler way to manage state and actions in Vue applications using Vuex 3 | 62 |
arqex/freezer | A data structure that maintains immutable state and notifies other parts of an application when the state changes | 1,276 |
matthewmueller/socrates | A small Redux store with batteries-included features to simplify state management and good habits | 577 |
ice-lab/icestore | A simple and friendly state management solution for React applications | 399 |
sbdavid/wxappstore | A library providing global state management for WeChat Mini Programs, mimicking Vuex's development experience. | 78 |
jonabrams/spaceace | An immutable state management library designed to simplify state updates and improve code organization | 164 |
tom-alexander/redux-ecommerce | An e-commerce management system built using the Redux state management framework and React | 10 |
plivesey/rocketdata | A caching and consistency solution for immutable models in Swift. | 648 |
mdartic/vue-reactive-store | A VueX alternative for managing centralized state in Vue.js applications | 28 |
drcmda/react-contextual | A lightweight helper around React's new Context API for managing state and actions in a Redux-like store pattern | 641 |
gunn/pure-store | A tiny immutable store with type safety for managing application state in React applications | 148 |
vadimtrifonov/rxstatereducer | Demonstrates an approach to managing asynchronous state in software applications using reactive programming and a unidirectional data flow | 4 |