Building a GraphQL Project with React.js

Building a GraphQL Project with React.js

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 2h 16m | 428 MB

Are you a web developer creating apps? GraphQL gives you a clean way to query complex server data efficiently, and React makes it easy to present that information as a web application in the browser. In this course, instructor Ray Villalobos teaches you how to assemble these parts, using the familiar structure of GitHub as a source for information. Ray first walks you through installing React, including how to use the command-line interface (CLI), as well as how to customize and add the node modules you will need for this project. He explores what you can do with the GitHub API using GraphiQL, then shows you how to retrieve data, generate a query component, and more. Ray goes over each step in building the React app, concluding with how to create the pagination interface.

Table of Contents

1 Why use React with GraphQL for projects-
2 Generating state
3 Creating a query component
4 Using the Callback hook
5 Generating a list of repos
6 Using search queries
7 Working with conditional classes
8 Reading license information
9 Creating dynamic queries
10 Building a search component
11 Setting up pagination
12 Using the exercises for this course
13 Creating the pagination interface
14 Next steps
15 Installing requirements
16 Analyzing the React installation
17 Customizing and adding modules
18 Exploring GraphQL
19 Building queries
20 GitHub authentication tokens
21 Retrieving data