https://github.com/nmuldavin/apollo-tutorial
https://github.com/nmuldavin/apollo-tutorial
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nmuldavin/apollo-tutorial
- Owner: nmuldavin
- License: mit
- Created: 2017-07-25T14:56:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-25T14:57:13.000Z (about 9 years ago)
- Last Synced: 2025-02-22T02:41:22.137Z (over 1 year ago)
- Language: JavaScript
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# graphql-tutorial / Hermes
Full-stack GraphQL tutorials with React, Redux and Apollo
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