Hello everyone!
Im new to SwiftUI and I have been trying to pinpoint the best approach when sending and receiving data using CloudKit.
Is Core Data absolutely necessary to use when building an app with SwiftUI and CloudKit? I've read that Core Data is falling off, which is why I'm questionable on spending time learning it.
Couldn't I simply use SwiftUI and CloudKit without the use of anything else?
I do know that Core Data is NOT necessary when using CloudKit while writing Objective C, but I am wanting to stick solely with Swift as I have been told that Obj C is falling off too.
Thanks for the help!