Skip to main content

One post tagged with "JavaScript"

View All Tags

How GraphQL Query Passes its Response Back to Gatsby React Components

· 5 min read
Andre Roussakoff
Maintainer of this blog

TL;DR When I started learning Gatsby, I wanted to understand the magic of GraphQL queries passing their results back to the React component. My secondary focus was to use React functional components instead of React class components as much as possible. In this blogpost, I have summarized my findings.

Most of the information comes from Gatsby Documentation and from my personal test projects.