GraphQL is a fan favorite for good reason. It lets a client make specific, complex, and/or aggregate queries for data, and it’s user-friendly to boot.
If you’ve been meaning to learn GraphQL and start harnessing its powers, this is a great place to start.
This course is for GraphQL newbies with a basic understanding of React. It focuses on the client-side implementation of GraphQL usage using the Apollo client.
We’ll start with a guide on how to add the Apollo client to an existing project, then move on using the Query and Mutation components to fetch and manipulate data using a GraphQL API.
While much of the information in this course is useful it is showing its age in the specific details. Some of the libraries demonstrated have changed versions, and there are some missing configuration specifics with the server that require additional investigation to follow along.
A Community Resource means that it’s free to access for all. The instructor of this lesson requested it to be open to the public.
Great little course. Pretty basic. Would love to see the addition of more advanced lessons for Apollo.
Great walkthrough, covering main functionality It wasn't clear enough that i would find the server code in the repo and seems a bit rushed. Takes a lot more time to pause and rewind if you want to also code in prallel.
Needs to be updated for apollo-client v3
This course is crisp and to the point. Great overview of all important options used in Apollo GQL
A nice introduction, a bit fast but obviously I need to watch it a few times heh. Thanks.
Greetings,
Thank you very much for the effort and wonderful content!!!
Become familiar with the Workers CLI wrangler
that we will use to bootstrap our Worker project. From there you'll understand how a Worker receives and returns requests/Responses. We will also build this serverless function locally for development and deploy it to a custom domain.
This is a practical project based look at building a working e-commerce store using modern tools and APIs. Excellent for a weekend side-project for your developer project portfolio
git is a critical component in the modern web developers tool box. This course is a solid introduction and goes beyond the basics with some more advanced git commands you are sure to find useful.