Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marcoboerner/r2dflow

A unidirectional data flow implementation. Direct action > workflow > reducer > state. No "lost in middleware"
https://github.com/marcoboerner/r2dflow

combine redux reswift swift swiftui unidirectional-data-flow

Last synced: 22 days ago
JSON representation

A unidirectional data flow implementation. Direct action > workflow > reducer > state. No "lost in middleware"

Awesome Lists containing this project

README

        

# R2DFlow

### Work in progress. Do not yet use direclty in code. Feel free to clone locally, fork, contribute.

## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first.

## Requirements

iOS 13.0, Swift v5.6

## Installation

R2DFlow is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod 'R2DFlow'
```

SPM install available too.

## Author

marcoboerner, [email protected]

## License

R2DFlow is available under the MIT license. See the LICENSE file for more info.