Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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"
- Host: GitHub
- URL: https://github.com/marcoboerner/r2dflow
- Owner: marcoboerner
- License: mit
- Created: 2022-02-08T19:11:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-24T09:38:49.000Z (over 1 year ago)
- Last Synced: 2024-04-26T06:44:51.011Z (9 months ago)
- Topics: combine, redux, reswift, swift, swiftui, unidirectional-data-flow
- Language: Swift
- Homepage:
- Size: 120 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.