Front-end GraphQL Tutorials
You'll find that in every chapter, and in all of our GraphQL tutorials and articles on our website, we'll cover the following concepts time and again:
What you’ll learn:
- GraphQL vs. REST
- Realtime feed with notifications.
- Integrating GraphQL Mutations with Query Variables.
- GraphQL Queries, Mutations, Subscriptions.
- Using Subscriptions with Apollo Client.
- Integrating Mutations to update, delete and bulk delete.
- Setting up a GraphQL client with Apollo.
- Integrating GraphQL queries in the app.
- Managing Local Cache after a Mutation.
- Optimistic UI updates for responsive user experience.