Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexdrone/store
Unidirectional, transactional, operation-based Store implementation.
https://github.com/alexdrone/store
binding combine dispatcher flux-application redux stateobject store swift swiftui unidirectional-data-flow
Last synced: 6 days ago
JSON representation
Unidirectional, transactional, operation-based Store implementation.
- Host: GitHub
- URL: https://github.com/alexdrone/store
- Owner: alexdrone
- Created: 2017-03-21T17:46:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-31T12:22:22.000Z (about 3 years ago)
- Last Synced: 2024-04-14T00:18:19.229Z (7 months ago)
- Topics: binding, combine, dispatcher, flux-application, redux, stateobject, store, swift, swiftui, unidirectional-data-flow
- Language: Swift
- Homepage:
- Size: 31.1 MB
- Stars: 500
- Watchers: 9
- Forks: 36
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Swift](https://img.shields.io/badge/swift-5.5-orange.svg?style=flat)](#) [![Build Status](https://travis-ci.org/alexdrone/Store.svg?branch=master)](https://travis-ci.org/alexdrone/Store) [![Cov](https://img.shields.io/badge/coverage-45.8%25-blue.svg?style=flat)](#) [![Platform](https://img.shields.io/badge/platform-macOS%20|%20iOS%20|%20WatchOS%20|%20tvOS%20|%20Linux-red.svg?style=flat)](#)
Unidirectional, transactional Store implementation for Swift and SwiftUI
*Store is being reworked to take advantage of async/await. [See the stable pre-async version of Store here](https://github.com/alexdrone/Store/tree/legacy).*