Hi! I've been messing around with Swift and SwiftUI for 2-4 weeks now. I decided to make a guide app or something that's a bit customizable. So, I searched for tutorials on how to save data locally. I found out Core Data is the framework for that job, and luckily, I found out it's in Apple's developer documentation website. The thing is, though, it isn't for SwiftUI. I think it's for Storyboards or UIKit.
Can I use CoreData with SwiftUI?
Can I use CoreData with SwiftUI?
I have an answer here