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

GraphQL for React Developers

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.

Glenn Reyes

September 28, 2023
Tweet

More Decks by Glenn Reyes

Other Decks in Technology

Transcript

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

    Learn GraphQL basics • Build GraphQL queries & mutations • Get familiar with the GraphQL client • Implement queries & mutations on the client • GraphQL & React Server Components • Access control & authorization • Optimistic UI • Production deployment
  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