Skip to content
This repository has been archived by the owner on Dec 31, 2018. It is now read-only.

Latest commit

 

History

History
22 lines (12 loc) · 639 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 639 Bytes

Apollo Offline Spikes

Collection of projects and example apps used for offline investigations.

Folders

  • server-apollo - apollo server used with web app
  • web - react app using Apollo Boost and Offline mutations

Web app is the main project for spikes

Web project

Web project is used to experiment using Apollo client for javascript.

Investigation for offline state using Apollo link

Investigation is using Apollo link to perform filtering for graphQL network layer. We have build simple React Starter App that adds new users. We can simulate conflicts by editing data on the server and making change when offline.