Skip to content

Latest commit

 

History

History
 
 

learn

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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

  • React
  • Vue
  • Angular (coming soon)
  • Elm (coming soon)
  • ReasonML (coming soon)

Mobile

Backend

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