Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
[NEW] GraphQL in React.js and Node.js
Rating: 4.1 out of 5(301 ratings)
24,742 students

[NEW] GraphQL in React.js and Node.js

The modern way to build API's
Created byDaniel Arzuaga
Last updated 2/2020
English

What you'll learn

  • Learn everything you need to create a GraphQL API on the server in Node with Apollo Server.
  • Learn to use GraphQL on the client-side using React with Apollo Client.

Course content

14 sections14 lectures2h 18m total length
  • Introduction10:24

    Dan defines GraphQL as a declarative query language, explains how GraphQL works both on the client and the server side. In order to create a GraphQL server, a schema must first be created using a schema definition language, or SDL, and reviews the basic parts of a schema.

Requirements

  • basic knowledge of javascript

Description

Learn everything you need to create a GraphQL API on the server in Node.js with Apollo Server. You'll start with a schema that includes type definitions, queries, and mutations. Then, build the resolvers needed to get the values for the API. Finally, move onto advanced features like interfaces and unions, all the way down to how relationships work in resolvers.

Learn to use GraphQL on the client-side using React with Apollo Client. In this course, you'll use queries and mutations to fetch and update GraphQL API data. You'll go further with variables, inputs, aliases on fields. Then attach your queries and mutations to React and interact with an Apollo Server using React hooks to build amazing things with React and GraphQL!


Who this course is for:

  • Developers interested in learning GraphQL