https://github.com/drewalth/swiftdataexploration
A proof-of-concept for building offline-first iOS apps with SwiftData and the Codable protocol.
https://github.com/drewalth/swiftdataexploration
coredata example ios offline offline-first swift swiftdata swiftui
Last synced: 9 months ago
JSON representation
A proof-of-concept for building offline-first iOS apps with SwiftData and the Codable protocol.
- Host: GitHub
- URL: https://github.com/drewalth/swiftdataexploration
- Owner: drewalth
- Created: 2023-09-29T23:04:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-03T22:18:29.000Z (over 2 years ago)
- Last Synced: 2025-03-29T09:22:25.208Z (10 months ago)
- Topics: coredata, example, ios, offline, offline-first, swift, swiftdata, swiftui
- Language: Swift
- Homepage:
- Size: 36.1 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SwiftDataExploration
A proof of concept for using the new SwiftData framework and the Codable protocol to make working with remote data a
little easier.
This is the follow-up to my previous post [CoreDataExploration](https://github.com/drewalth/CoreDataExploration) where
we experimented with vanilla CoreData and Codable.