Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kadobot/graphql-example

Example using Graphql (Apollo), Express, MongoDB/Sequelize and React
https://github.com/kadobot/graphql-example

apollo express graphql mongodb mongoose react

Last synced: 17 days ago
JSON representation

Example using Graphql (Apollo), Express, MongoDB/Sequelize and React

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