Building a GraphQL Project with React.js

Go to class
Write Review

Free Online Course: Building a GraphQL Project with React.js provided by LinkedIn Learning is a comprehensive online course, which lasts for 2-3 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Building a GraphQL Project with React.js is taught by Ray Villalobos.

Overview
  • Learn how to combine querying techniques in GraphQL and a popular framework in React, then add GitHub, so you can see what you’re doing easily.

Syllabus
  • Introduction

    • Why use React with GraphQL for projects?
    • Using the exercises for this course
    1. Getting Started
    • Installing requirements
    • Analyzing the React installation
    • Customizing and adding modules
    2. GitHub's GraphQL Schema
    • Exploring GraphQL
    • Building queries
    • GitHub authentication tokens
    3. Working with GraphQL Data
    • Retrieving data
    • Generating state
    • Creating a query component
    • Using the Callback hook
    4. Building the React App
    • Generating a list of repos
    • Using search queries
    • Working with conditional classes
    • Reading license information
    5. Adding Interactive Features
    • Creating dynamic queries
    • Building a search component
    • Setting up pagination
    • Creating the pagination interface
    Conclusion
    • Next steps