GraphQL by Example

Udemy GraphQL by Example

Register & Get access to index

https%3A%2F%2Fd3f1iyfxxz8i1e.cloudfront.net%2Fcourses%2Fcourse_image%2Ff9fb78c13f0d.jpg



What you'll learn​

  • Build a GraphQL server based on NodeJS, Express and Apollo Server
  • Invoke GraphQL APIs from JavaScript client applications using regular HTTP requests or Apollo Client
  • Handle Authentication/Authorization, Caching, and more


    Requirements​

    • Good knowledge of modern JavaScript, including ES6+ and NodeJS
    • Some knowledge of Express and React preferable but not strictly required


    Description​

    More and more teams are choosing GraphQL instead of (or along with) REST for their web APIs. GraphQL queries give clients great flexibility in the way they request data from the server, preventing issues such overfetching or underfetching of data, and allowing multiple resources to be retrieved in a single request.
    In this course you'll learn how to use GraphQL both on the server side and in client applications through practical examples in the form of full-stack JavaScript applications. You will be introduced to all the main GraphQL concepts like schema definition, Queries, Mutations, and Subscriptions, as well as to solution to common requirements such as handling authentication/authorization and client-side caching.
    The examples use Apollo Server with Node.js and Express on the backend, and Apollo Client with React on the frontend. The aim however is not just to cover specific GraphQL libraries, but to give you a more general understanding of the underlying concepts. For instance, Apollo Client is only introduced after learning how to write a simple client "by hand" to make sure you understand the GraphQL over HTTP format.
    That said, there is also a React-specific section at the end covering the latest Apollo Client with React Hooks integration library.
    This course assumes good knowledge of modern JavaScript, and ideally some familiarity with Node.js/Express and React.

    Who this course is for:​

    • JavaScript developers looking to learn GraphQL
Author
master9715
Downloads
315
Views
2,333
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from master9715

Latest updates

  1. New Update

    Course Updated 5-2022