Skip to content

V8tr/ModernMVVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Article related to this project


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.

Modern MVVM iOS App Architecture with Combine and SwiftUI