Completed
- Managing loading states and displaying user data in React.
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Full-Stack GraphQL and React - Building a CRUD Application with Apollo Client and Server
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction to building a full stack application with GraphQL.
- 2 - Setting up a GraphQL server with Apollo and Node.js.
- 3 - Understanding GraphQL backend type definitions and resolvers.
- 4 - Define GraphQL types and resolvers for user data management.
- 5 - Defining required fields in GraphQL queries and mutations.
- 6 - Defining user types and resolvers for a GraphQL API.
- 7 - Implemented GraphQL queries and user creation mutation.
- 8 - Successfully running Apollo Server enables GraphQL queries testing.
- 9 - Setting up Apollo Client in a React application.
- 10 - Set up Apollo Client for GraphQL access in a React app.
- 11 - Manage data loading and error states in UI components.
- 12 - Learn to query specific data with GraphQL's flexibility.
- 13 - Managing loading states and displaying user data in React.
- 14 - Learn to define and use GraphQL mutations for user creation.
- 15 - Updating user details and handling input data types.
- 16 - Debugging user creation in Apollo Server and demonstrating data display.