https://github.com/xcessentials/xceuniflow
Unidirectional data flow & finite state machine merged together - app architecture done right.
https://github.com/xcessentials/xceuniflow
bdd cocoa flux-architecture mvvm state-machine swift unidirectional-data-flow uniflow xcode
Last synced: 4 months ago
JSON representation
Unidirectional data flow & finite state machine merged together - app architecture done right.
- Host: GitHub
- URL: https://github.com/xcessentials/xceuniflow
- Owner: XCEssentials
- License: mit
- Created: 2016-02-06T00:24:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-18T22:13:36.000Z (over 1 year ago)
- Last Synced: 2025-02-12T00:38:24.910Z (5 months ago)
- Topics: bdd, cocoa, flux-architecture, mvvm, state-machine, swift, unidirectional-data-flow, uniflow, xcode
- Language: Swift
- Homepage: https://xcessentials.github.io/UniFlow/
- Size: 1.03 MB
- Stars: 22
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](LICENSE)
[](https://github.com/XCEssentials/UniFlow/tags)
[](Package.swift)
[](https://swift.org)
[](Package.swift)
[](https://travis-ci.com/XCEssentials/UniFlow)# XCEUniFlow
This library contains an implementation of [**UniFlow**](./Docs/UniFlow.md) software architecture pattern written in **Swift** programming language in a form of **Swift Pacakge** and meant to be used as a an external modul that can be imported and used within packages (frameworks) or applications written in Swift. Its primary repository is available at **https://github.com/XCEssentials/XCEUniFlow**.