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

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

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.