All Projects → apollographql → Graphql Tutorial

apollographql / Graphql Tutorial

Licence: mit
Full-stack GraphQL tutorial with React, Redux and Apollo

Labels

graphql-tutorial

Full-stack GraphQL tutorials with React, Redux and Apollo

Part 1: the frontend

  1. Build a simple React app with GraphQL and Apollo
  2. Build a simple GraphQL server in 15 mins
  3. Adding mutations to your React/GraphQL app

More ideas for later (building on each other)...

... client:

  • Advanced: updating the GraphQL store after mutations
  • mutations and optimistic UI
  • Pagination
  • Developer tools for GraphQL
  • A quick tour of GraphiQL

... server:

  • connecting to a REST backend
  • connecting to a Mongo backend
  • connecting to a SQL backend
  • advanced: structuring your GraphQL server
  • modularizing your GraphQL schema

... full-stack

  • CRUD mutations in GraphQL: create
  • CRUD mutations in GraphQL: update
  • CRUD mutations in GraphQL: delete
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].