An open API service indexing awesome lists of open source software.

https://github.com/cewitte/swiftdataproject

Paul Hudson's (@twostraws) 100 Days of Swift UI Project 12.
https://github.com/cewitte/swiftdataproject

Last synced: about 2 months ago
JSON representation

Paul Hudson's (@twostraws) 100 Days of Swift UI Project 12.

Awesome Lists containing this project

README

          

# SwiftData: Introduction

Paul Hudson's ([@twostraws](https://x.com/twostraws)) 100 Days of Swift UI Project 12.

## Project 12

Source URL: [SwiftData Introduction](https://www.hackingwithswift.com/books/ios-swiftui/swiftdata-introduction)

"This technique project is going to explore SwiftData in more detail, starting with a summary of some basic techniques then building up to tackling some more complex problems.

As you'll see, `SwiftData` really pushes hard on advanced features of both Swift and SwiftUI, all to help make it easy for us to store data efficiently. It's not always easy, though, and there are a few places that take quite a bit of thinking to use properly."

### Acknowledgments

Original code created by: [Paul Hudson - @twostraws](https://x.com/twostraws) (Thank you!)

Made with :heart: by [@cewitte](https://x.com/cewitte)