https://github.com/dansnow/optimistic-update-demo
An optimistic update demo in Vue
https://github.com/dansnow/optimistic-update-demo
Last synced: about 2 months ago
JSON representation
An optimistic update demo in Vue
- Host: GitHub
- URL: https://github.com/dansnow/optimistic-update-demo
- Owner: DanSnow
- Created: 2022-03-13T14:23:38.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-14T15:36:34.000Z (about 3 years ago)
- Last Synced: 2025-02-10T11:33:20.707Z (3 months ago)
- Language: JavaScript
- Size: 1.12 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Optimistic Update Demo
Inspired from [this](https://github.com/SkelleyBelly/optimistic-updates-demo).
Build with:
- [Vue3](https://vuejs.org/)
- [Apollo](https://www.apollographql.com/)
- [MSW](https://mswjs.io/) (for mocking GraphQL)
- [Vite](https://vitejs.dev/)## Recommended IDE Setup
- [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar)