An offline first React app with the ability to manually diff stale data from offline clients
This repo is meant to act as a proof-of-concept. As a result, it may have bugs, incomplete features, styling issues, and other problems.
This is a proof-of-concept for an offline-first React app that interacts with a server.
It features:
To get started, run the following commands:
yarn install
yarn dev
This will start the server and the client. The client will be available at http://localhost:3000.
The app is designed to be used in the following way:
To see the diff view, follow these steps:
localhost:3000/updatedates
in a new tabThis app uses the following technologies: