Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)](#)
Store

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).*