https://github.com/davidbuck/react-graphql-subscription-example
Simple GraphQL Subscription example using Apollo
https://github.com/davidbuck/react-graphql-subscription-example
apollo-client graphql-yoga react-17
Last synced: 7 months ago
JSON representation
Simple GraphQL Subscription example using Apollo
- Host: GitHub
- URL: https://github.com/davidbuck/react-graphql-subscription-example
- Owner: DavidBuck
- License: mit
- Created: 2020-04-24T08:27:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-28T23:40:56.000Z (almost 5 years ago)
- Last Synced: 2025-02-01T03:26:13.719Z (8 months ago)
- Topics: apollo-client, graphql-yoga, react-17
- Language: JavaScript
- Homepage:
- Size: 301 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 Subscription Example
This is a simple GraphQL Subscription example using Apollo. [graphql-yoga](https://github.com/prisma-labs/graphql-yoga) is used for a basic server.
Run `npm run start` to start the server and the React client.
## Tools
- [Apollo client](https://www.npmjs.com/package/apollo-client)
- [graphql-yoga](https://github.com/prisma-labs/graphql-yoga)
- [date-fns](https://github.com/date-fns/date-fns)
- [Tailwind](https://tailwindcss.com)## Versions
- [Version 1.1](https://github.com/DavidBuck/react-graphql-subscription-example/tree/v1.1) - React version 17.0.1.
- [Version 1.0](https://github.com/DavidBuck/react-graphql-subscription-example/tree/v1.0) - React version 16.13.1.