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

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.

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.