GraphQL: Data Fetching with Relay

Go to class
Write Review

Free Online Course: GraphQL: Data Fetching with Relay 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. GraphQL: Data Fetching with Relay is taught by Emmanuel Henri.

Overview
  • Streamline data retrieval in your React.js applications. Learn how to build a GraphQL server and use Relay to fetch data from React components.

Syllabus
  • Introduction

    • Welcome
    • What you need to know
    • Use the exercise files
    1. Introduction and Setup
    • IDE and required tools
    • GraphQL overview
    • Server setup with ES6 support
    • The GraphQL setup
    • Set up your basic GraphQL schema
    2. GraphQL Development
    • Overview of GraphiQL
    • Run queries with arguments
    • Update schema for mutations
    • Update resolvers for mutations
    • Add data directly into GraphiQL
    • Update into GraphiQL
    3. Relay Setup
    • Introduction to Relay Modern
    • Update server setup for GraphQL
    • Update server setup for Relay
    • Update your data files: Script setup
    • Update your data files: Database setup
    • Update your data files: Schema file, part 1
    • Update your data files: Schema file, part 2
    • Code the base HTML
    • Add the Relay entry component
    • Finalize the Relay entry component
    4. React Integration
    • Create the friends component
    • Create the friends list component
    • Create the friend component
    • Final touches with materialize
    Conclusion
    • Next steps