I am creating some examples using react + GraphQL.
For all examples:
🍄️ example-01
- Frontend: Simple example using the
GitHub GraphQL API v4
withReact
+Apollo
.
🍄️ example-02
An example how to query/mutation/subscription using
React
+Apollo
. (using the 'backend-01', make sure to start the server)
🍄️ example-03
An example how to query using
React
+Relay
. (using the 'backend-01', make sure to start the server)
BONUS
🍄️ backend-01
An example using
GraphQL-Yoga
.
🍄️ backend-02
An example using
graphpack
.