How to make a SwiftUI app with Core Data and Combine.
In this tutorial, we'll create a SwiftUI View that will use @FetchRequest to fetch data from Core Data making a SwiftUI app using Core Data, MVVM and Combine. In addition to that, we'll create a view for adding new Goals that will be present modally.
Starter project:
https://github.com/alexzarr/daily-goa...
Complete code:
https://github.com/alexzarr/daily-goa...