GraphQL: Building Real Web Apps

Get ready for your exam by enrolling in our comprehensive training course. This course includes a full set of instructional videos designed to equip you with in-depth knowledge essential for passing the certification exam with flying colors.
$14.99 / $24.99
Why GraphQL?
-
1. Introduction2m 35s
A REST-ful Routing Primer
-
1. Review of REST-ful Routing5m 29s
-
2. Shortcomings of RESTful Routing10m 16s
On To GraphQL
-
1. What is GraphQL?7m 23s
-
2. Working with GraphQL6m 2s
-
3. Registering GraphQL with Express6m 38s
-
4. GraphQL Schemas4m 9s
-
5. Writing a GraphQL Schema6m 52s
-
6. Root Queries6m 31s
-
7. Resolving with Data6m 29s
-
8. The GraphiQL Tool8m 54s
-
9. A Realistic Data Source8m 53s
-
10. Async Resolve Functions9m 36s
-
11. Nodemon Hookup2m 10s
-
12. Company Definitions5m 11s
Fetching Data with Queries
-
1. Nested Queries3m 48s
-
2. More on Nested Queries8m 1s
-
3. A Quick Breather4m 32s
-
4. Multiple RootQuery Entry Points4m 41s
-
5. Bidirectional Relations3m 12s
-
6. More on Bidirectional Relations4m 14s
-
7. Resolving Circular References5m 51s
-
8. Query Fragments7m 3s
-
9. Introduction to Mutations7m 24s
-
10. NonNull Fields and Mutations8m 41s
-
11. Do It Yourself - Delete Mutation!9m 9s
-
12. Do It Yourself - Edit Mutation!13m 23s
The GraphQL Ecosystem
-
1. GraphQL Clients - Apollo vs Relay3m 40s
-
2. Sidenote - Apollo Server vs GraphQL Server5m 45s
Clientside GraphQL
-
1. The Next App3m 40s
-
2. Starter Pack Walkthrough6m 30s
-
3. MongoLab Setup9m 5s
-
4. Working Through the Schema9m 45s
-
5. Apollo Client Setup10m 15s
-
6. React Component Design7m 36s
-
7. GQL Queries in React7m 48s
-
8. Bonding Queries with Components8m 19s
Gotchas with Queries in React
-
1. Handling Pending Queries7m 58s
-
2. Fixing Key Warnings4m 11s
-
3. Architecture Review4m 5s
-
4. Adding React Router7m 24s
-
5. Creating a Song9m 47s
Frontend Mutations
-
1. Mutations in React7m 55s
-
2. Query Params11m 29s
-
3. Defining Query Variables in React8m 25s
-
4. Navigating on Successful Mutation9m 46s
-
5. Troubleshooting List Fetching8m 31s
-
6. Refetching Queries9m 45s
-
7. Deletion by Mutation6m 53s
-
8. Associating Mutations with a Component4m 35s
-
9. Invoking Delete Mutations9m 7s
Automatic Data Caching
-
1. Refetching a Query5m 44s
-
2. A Quick CSS Breather3m 7s
-
3. Showing a Particular Song6m
-
4. Fetching Individual Records9m 37s
React Router + GraphQL
-
1. Integrating React Router with GraphQL15m 34s
-
2. Watching for Data4m 32s
-
3. Navigating Between Screens3m 59s
-
4. Lyric Creation Form3m 10s
-
5. The CreateLyric Mutation11m
-
6. Submitting Mutations8m 38s
-
7. Showing a List of Lyrics3m 27s
-
8. Enhancing Queries7m 35s
-
9. Identifying Records9m 47s
-
10. Caching with DataIdFromObject9m 4s
-
11. Thumbs Up Icon3m 57s
More on Client Side Mutations
-
1. The Like Mutation6m 5s
-
2. Showing Likes with Lyrics4m 4s
-
3. Fetching Likes5m 31s
-
4. Optimistic UI Updates4m 55s
-
5. Handling Optimistic Responses6m 57s
-
6. A Quick Bugfix2m 19s
-
7. Application Wrapup5m 36s
Building From (Mostly) Scratch
-
1. App Overview4m 13s
-
2. App Challenges7m 5s
-
3. Boilerplate Setup7m 45s
-
4. Authentication Approach13m 2s
-
5. MLab Setup3m 28s
-
6. The User Type7m 13s
-
7. The Signup Mutation9m 14s
-
8. Delegating to the Auth Service7m 10s
-
9. Testing Signup7m 47s
-
10. The Logout Mutation6m 27s
-
11. The Login Mutation6m 30s
-
12. Checking Authentication Status6m
Moving Client Side
-
1. Client Side Setup8m 11s
-
2. Root Routes with React Router8m 30s
-
3. Figuring Out the Current User10m 31s
-
4. Including Cookies with GraphQL Requests9m 26s
-
5. Authentication State7m 8s
-
6. Login and Logout Buttons6m 53s
-
7. Handling the Logout Mutation7m 47s
-
8. Automatic Component Rerenders6m 10s
-
9. Login Form Design5m 2s
-
10. The Auth Form9m 53s
-
11. Importing the Login Mutation6m 51s
-
12. Submitting the Auth Form7m 40s
-
13. Refreshing the Current User3m 49s
-
14. Error Handling with GraphQL8m 30s
-
15. More on Error Handling10m 45s
-
16. The Signup Mutation8m 50s
-
17. More on the Signup Mutation6m 27s
Handling Errors Gracefully
-
1. Handling Errors Around Signup6m 11s
-
2. Race Conditions - A Big Gotcha9m 44s
-
3. Finalized Auth Flow6m 23s
-
4. Fixing the Login Process13m 2s
-
5. Fix Signup Too!5m 8s
-
6. The Dashboard Route3m 24s
-
7. The Need for a HOC3m 5s
-
8. Getting Started with RequireAuth8m 17s
-
9. Applying RequireAuth5m 2s
-
10. Fixing RequireAuth6m 14s