mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-11-14 05:45:24 +03:00
.. | ||
graphql-tutorials | ||
hasura/graphql-tutorial-backend | ||
README.md |
learn.hasura.io
Real world GraphQL tutorials for frontend developers with deadlines! With these tutorials, you will move from the basics of GraphQL to building a real-time application in 2 hours
There are three different series:
Frontend
Mobile
- React Native
- iOS
- Android
- Flutter (coming soon)
Backend
- Introduction to Hasura
- Postgres Basics (coming soon)
What you will learn
Frontend
- GraphQL vs REST
- GraphQL Queries, Mutations, Subscriptions
- Setting up a GraphQL Client with Apollo
- Integrating GraphQL Queries in the app
- Integrating GraphQL Mutations with Query Variables
- Integrating Mutations to update, delete and bulk delete
- Managing Local Cache after a GraphQL Mutation
- Optismistic UI updates for responsive user experience
- Using Subscriptions
- Realtime feed with notifications
Backend
- Hasura Basics
- Postgres Data Modelling
- Authorization
- Authentication
- Custom business logic
- Remote Schemas, Event Triggers