Upgrade to Pro — share decks privately, control downloads, hide ads and more …

GraphQL for React Developers

Avatar for Glenn Reyes Glenn Reyes
September 28, 2023

GraphQL for React Developers

In this workshop, participants will learn how to leverage GraphQL to build powerful and efficient backends for their React applications.

Avatar for Glenn Reyes

Glenn Reyes

September 28, 2023
Tweet

More Decks by Glenn Reyes

Other Decks in Technology

Transcript

  1. Plan for today GraphQL for React Developers 1. Intro 2.

    Learn GraphQL basics 3. Build GraphQL queries & mutations ( Exercise 01 ) 4. Mutations, cache & optimistic UI ( Exercise 02 ) 5. GraphQL with Server Components & React 19 6. Real-time updates with Subscriptions ( Exercise 03 ) 7. Recap & Q&A 15 mins 45 mins 45 mins 45 mins 30 mins 30 mins 15 mins
  2. GraphQL scalar types That are available out of the box

    • Int • Float • String • Boolean • ID
  3. Single Endpoint Flexibility for Frontend Teams Evolvable API design Real-time

    data with Subscriptions Exact Data Retrieval Introspection Rich Ecosystem & Tooling Aggregated Data Sources Here’s another Strong Typed Schema