offline-first-mobile-example icon indicating copy to clipboard operation
offline-first-mobile-example copied to clipboard

Example app

For my talk "Going Offline-First in React Native with GraphQL".

This includes a React Native mobile app and a demo server with some in-memory data

Slides can be found here

Run the server

cd api
yarn
yarn start

Run the React Native app

cd app
yarn
react-native run-ios