Scalable Offline-Ready GraphQL Applications with AWS AppSync & React
Learn how to develop scalable and offline-ready GraphQL applications with AWS AppSync and React. Create, execute queries and mutations, and subscribe to new data with AppSync’s auto-generated schema and powerful features. Build your APIs effortlessly using the AWS Amplify CLI. Start now!
With GraphQL, you can define the shape of your data in a schema, and GraphQL will fulfill the request with the precise data you need. When you need it. This doesn’t come without a cost. GraphQL adds a lot of complexity to your application by requiring you to define your schemas through types, mutations, and resolvers.
AppSync is a fully managed serverless GraphQL service that fast-tracks your API development. You can define a single type, and AppSync auto-generates a schema, queries, mutators, and subscriptions for you.
In this course, Nader Dabit will show you how to:
Course Content
Course Overview: Scalable Offline-Ready GraphQL Applications with AWS AppSync & React
Create your first AWS AppSync GraphQL API
Execute Mutations within the AWS AppSync Console
Execute Queries within the AWS AppSync Console
Connect to AWS AppSync from a React Application
Execute Queries to an AWS AppSync GraphQL API from a React Application
Execute Mutations to an AWS AppSync GraphQL API from a React Application
Subscribe to New Data in a React Application with AWS AppSync GraphQL Subscriptions
Building AWS AppSync APIs using the AWS Amplify CLI