graphql-for-react-devs
graphql-for-react-devs copied to clipboard
Links and resources for the GraphQL for React Developers course
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 | Email
- Moon Highway Training: Moon Highway Website | Mailing List | Articles
GraphQL Query Language
- Query Language Slides
- Snowtooth Playground
- Pet Library Playground
- Moon Highway Vote Playground
- Github GraphQL Explorer
- Lab Instructions
GraphQL Schema Definition Language
Example GraphQL APIs
Apollo Client
Simple Requests
- curl Request
curl -X POST \
-H "Content-Type: application/json" \
--data '{ "query": "{allLifts{name}}" }' \
http://snowtooth.moonhighway.com
React & Apollo
Next Steps
- Pet Library with Relay
- Fullstack Error Handling with GraphQL
- Apollo Federation
- TypeScript & Apollo CLI - Finished Project + Instructions