https://github.com/moonhighway/graphql-for-react-devs
Links and resources for the GraphQL for React Developers course
https://github.com/moonhighway/graphql-for-react-devs
Last synced: 5 months ago
JSON representation
Links and resources for the GraphQL for React Developers course
- Host: GitHub
- URL: https://github.com/moonhighway/graphql-for-react-devs
- Owner: MoonHighway
- Created: 2020-05-13T00:09:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-13T01:27:39.000Z (about 6 years ago)
- Last Synced: 2025-05-12T14:04:55.468Z (about 1 year ago)
- Homepage: https://moonhighway.com
- Size: 3.91 KB
- Stars: 14
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GraphQL for React Developers
Welcome! I'm really glad that you're here. Below you'll find all of the resources that we'll use throughout this course. If you're looking for slides, samples, links, etc., this is the place to look.
## Instructor Info
- **Eve Porcello**: [Twitter](https://twitter.com/eveporcello) | [Email](mailto:eve@moonhighway.com)
- **Moon Highway Training**: [Moon Highway Website](https://www.moonhighway.com) | [Mailing List](http://bit.ly/moonhighway) | [Articles](https://www.moonhighway.com/articles)
### GraphQL Query Language
- [Query Language Slides](https://slides.com/moonhighway/graphql-intro/)
- [Snowtooth Playground](https://snowtooth.moonhighway.com)
- [Pet Library Playground](https://pet-library.moonhighway.com)
- [Moon Highway Vote Playground](http://vote.moonhighway.com)
- [Github GraphQL Explorer](https://developer.github.com/v4/explorer/)
- [Lab Instructions](https://slides.com/moonhighway/snowtooth-query-lab/)
### GraphQL Schema Definition Language
- [Slides for Reference](https://slides.com/moonhighway/schema-definition-language/)
- [Schema Design Cheat Sheet](https://github.com/sogko/graphql-schema-language-cheat-sheet)
### Example GraphQL APIs
- [Snowtooth API](https://github.com/graphqlworkshop/snowtooth-api/tree/complete)
- [Pet Library API](https://github.com/MoonHighway/pet-library)
### Apollo Client
#### Simple Requests
- curl Request
```sh
curl -X POST \
-H "Content-Type: application/json" \
--data '{ "query": "{allLifts{name}}" }' \
http://snowtooth.moonhighway.com
```
- [Fetch Sample](https://codesandbox.io/s/n3jro0o4n0)
- [graphql-request](https://codesandbox.io/s/4qzq5z2vz0)
### React & Apollo
- [Snowtooth UI Start Files](https://github.com/graphqlworkshop/snowtooth-ui)
- [Snowtooth UI Finished Files](https://github.com/graphqlworkshop/snowtooth-ui/tree/complete)
## Next Steps
- [Pet Library with Relay](https://github.com/eveporcello/pet-library-demo)
- [Fullstack Error Handling with GraphQL](https://blog.apollographql.com/full-stack-error-handling-with-graphql-apollo-5c12da407210)
- [Apollo Federation](https://egghead.io/playlists/getting-started-with-apollo-federation-60ad0165)
- [TypeScript & Apollo CLI - Finished Project + Instructions](https://github.com/graphqlworkshop/snowtooth-typescript)
## Evaluation!
- [Evaluation](https://docs.google.com/forms/d/e/1FAIpQLScdFvfXC9MeIf-QULUh-Iid-hIGjNmdATGSYgMa_YvlSJS7vQ/viewform?usp=sf_link)