Jun

27

2023

VueMastery - Querying with GraphQL

supnatural 27 Jun 2023 04:44 LEARNING » e-learning - Tutorial

VueMastery - Querying with GraphQL
Last updated 6/2023
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 11 Lessons (1h 39m) | Size: 1.1 GB




Use GraphQL to modernize how your Vue app queries, manipulates, and stores data.

Intro to GraphQL
There's a problem with using traditional REST APIs: we always get the same server response for a given endpoint.
This lack of flexibility can lead to two equally annoying issues
Over-fetching data — when we get a huge response but only need a small piece of it.
Under-fetching — when we perform the first call only to receive a small piece of what we need. This can lead to chaining API calls and fetching even more unnecessary data in an attempt to get what we need.
Wouldn't it be great instead if we could shape the response we get with the request we make, and fetch only what we need, when we need it? Fortunately that is possible with GraphQL, a modern way to build and query APIs.
In Vue Mastery's GraphQL course, we will be creating a Vue + GraphQL app together to gain the confidence of using this powerful, modern tool.
Understanding its unique benefits
In a nutshell, GraphQL is a syntax that describes how to ask for data, and it's generally used to load data from the server.
One of the core features and the biggest benefits of GraphQL is that you get only the data you asked for. Unlike with a REST API, where the shape of the API call response is defined on the server, with GraphQL this is done on the client side. This allows us to make a single request to fetch all required information and nothing else, instead of making subsequent REST API calls.
To understand this difference better, let's look at an example where we'll compare fetching data from GitHub using both REST and GraphQL APIs.
Fetching with REST
Imagine that we want to fetch a list of repositories of a certain user and check what programming languages are used in those repos.
With a REST API, first we would perform a call for /users/:username/repos, which would get us a list of repositories
Fetching with GraphQL
So how is this different with GraphQL? Using it, we send a query string that specifies the fields we want to fetch. This string is interpreted on the server, which returns JSON back to the client.
(What we're looking at in the image is GraphiQL — an explorer that lets you examine the GraphQL API.)
As you can see, with only one request we fetched everything we needed without any additional, over-fetched data!
An added benefit of GraphQL is that it uses a strong type system to describe all of the possible data that you can fetch from the GraphQL server. This set of types is known as a GraphQL schema and can be examined in a UI like GraphiQL. Strong types make GraphQL less error-prone, can be validated during compile time, and can use IDE tools for validation and autocompletion.
What to expect from the course
Now that we are starting to understand how GraphQL provides a unique ability to query our data, how do we work with it on the frontend? We could use POST requests, but it's more convenient to use one of the GraphQL clients.
In this course, we will be focusing on Apollo Client and its Vue integration: VueApollo. We'll learn how to fetch and change data on the server, how to work with real-time subscriptions, and even learn how you can replace your local state management tool like Vuex with a built-in Apollo Client cache.
To get the most out of this course, you'll need a solid understanding of Vue itself and the Vue CLI, as well as a fundamental understanding of the Composition API. So if you're ready to start feeling confident plugging GraphQL into your Vue apps, I'll see you in the next lesson.
Homepage

https://rapidgator.net/file/c8c91a143869ddab608f132cd4160cdc/Querying_with_GraphQL.part1.rar.html
https://rapidgator.net/file/99619513d711d799cc90471aab7700ba/Querying_with_GraphQL.part2.rar.html

https://uploadgig.com/file/download/d61e0bca1133F207/Querying%20with%20GraphQL.part1.rar
https://uploadgig.com/file/download/0F073dFbecbd6E06/Querying%20with%20GraphQL.part2.rar

High Speed Download

Add Comment

  • People and smileys emojis
    Animals and nature emojis
    Food and drinks emojis
    Activities emojis
    Travelling and places emojis
    Objects emojis
    Symbols emojis
    Flags emojis