Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ronanrodrigo/cleancombine-movies
Just testing an approach
https://github.com/ronanrodrigo/cleancombine-movies
clean-architecture combine swiftui
Last synced: 5 days ago
JSON representation
Just testing an approach
- Host: GitHub
- URL: https://github.com/ronanrodrigo/cleancombine-movies
- Owner: ronanrodrigo
- Created: 2021-01-04T14:33:45.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-04T20:31:35.000Z (about 4 years ago)
- Last Synced: 2024-12-12T14:45:36.288Z (2 months ago)
- Topics: clean-architecture, combine, swiftui
- Language: Swift
- Homepage:
- Size: 127 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clean Combine Movies
This repository isn't a real-world project, and I am just testing an approach to creating some separations (layers and components) on an APP built with SwiftUI and Combine. Here are some diagrams of what I'm thinking. Because of the POC purpose, I am not using protocols.![Sequence Diagram](https://raw.githubusercontent.com/ronanrodrigo/CleanCombine-Movies/media/sequence.png)
![Class Diagram](https://raw.githubusercontent.com/ronanrodrigo/CleanCombine-Movies/media/classes.png)