Ecosyste.ms: Awesome

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

https://github.com/V8tr/ModernMVVM

A movie iOS app built with the MVVM architecture, Combine and SwiftUI frameworks https://www.vadimbulavin.com/modern-mvvm-ios-app-architecture-with-combine-and-swiftui/.
https://github.com/V8tr/ModernMVVM

combine ios mvvm swift swiftui

Last synced: 24 days ago
JSON representation

A movie iOS app built with the MVVM architecture, Combine and SwiftUI frameworks https://www.vadimbulavin.com/modern-mvvm-ios-app-architecture-with-combine-and-swiftui/.

Lists

README

        

## Article related to this project

- [Modern MVVM iOS App Architecture with Combine and SwiftUI](https://www.vadimbulavin.com/modern-mvvm-ios-app-architecture-with-combine-and-swiftui/).

---

# ModernMVVM

A sample project demonstrating the modern approach to building iOS apps with the MVVM architecture pattern, Combine and SwiftUI frameworks. The app follows unidirectional data flow and shows how to represent the UI as a reactive finite-state machine using [CombineFeedback](https://github.com/sergdort/CombineFeedback).


Modern MVVM iOS App Architecture with Combine and SwiftUI