An open API service indexing awesome lists of open source software.

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

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.