Today, Kilo Loco goes over how to create a complete Todo app using SwiftUI 2.0 for the interface and AWS Amplify DataStore as the persistence layer.
We will be covering everything from laying out the UI using List and TextEditor, to adding Amplify DataStore as a dependency and implementing it to save, query, and delete Todo object from the database table running under the hood.
Anyone looking to implement their first SwiftUI 2.0 app or have a better understanding of how to implement and use AW