https://github.com/davidbuck/react-graphql-example
Simple Angular example that uses Apollo Boost to run queries and mutations on a mock GraphQL Backend
https://github.com/davidbuck/react-graphql-example
apollo-boost react-17
Last synced: 2 months ago
JSON representation
Simple Angular example that uses Apollo Boost to run queries and mutations on a mock GraphQL Backend
- Host: GitHub
- URL: https://github.com/davidbuck/react-graphql-example
- Owner: DavidBuck
- License: mit
- Created: 2020-04-24T08:25:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-28T22:46:11.000Z (over 4 years ago)
- Last Synced: 2025-02-01T03:26:16.275Z (4 months ago)
- Topics: apollo-boost, react-17
- Language: JavaScript
- Homepage:
- Size: 300 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# React GraphQL example
This is a simple React example that uses Apollo Boost to run queries and mutations on a mock GraphQL Backend.
Run `npm run start` to start the json-graphql-server and the React client.
## Tools
- [JSON Server](https://github.com/typicode/json-server)
- [Apollo Boost](https://www.npmjs.com/package/apollo-boost)
- [Tailwind](https://tailwindcss.com)## Versions
- [Version 1.1](https://github.com/DavidBuck/react-graphql-example/tree/v1.1) - React version 17.0.1 & Apollo-boost 0.4.9.
- [Version 1.0](https://github.com/DavidBuck/react-graphql-example/tree/v1.0) - React version 16.13.1 & Apollo-boost 0.4.7.