Description
In this course, you will :
-
What GraphQL is & why you should strongly consider using it instead of REST apis
-
How GraphQL eliminates many of the problems REST api's experience
-
How GraphQL Avoids Overfetching Data
-
How GraphQL Avoids Underfetching Data
-
How you can avoid many concurrent REST/HTTP requests by using GraphQL
-
What the N+1 Problem is, and how to avoid it with GraphQL
-
How a GraphQL API is easier to learn, because of it's Discoverability features
-
How to build GraphQL API's from scratch using JavaScript
-
How to consume a GraphQL API in your applications