Skip to content

Offline-first strategy for iOS leveraging CoreData and the Codable protocol

Notifications You must be signed in to change notification settings

drewalth/CoreDataExploration

Repository files navigation

CoreDataExploration

A proof-of-concept for using CoreData and the Codable protocol to help work with JSON from a remote API.

System Requirements

  • nodejs
  • homebrew

Setup

# dummy api
cd server/
npm install
node index.js

About

Offline-first strategy for iOS leveraging CoreData and the Codable protocol

Topics

Resources

Stars

Watchers

Forks