Initial reaction to new tech. 

How GraphQL Boosts performance with Gatsby. 

Obinna Ekwuno

SPEAKER BIO.

Obinnaspeaks

Software Engineer @GatsbyJs


Media Developer Expert for Cloudinary


Technical Writer with Scotch.io, LogRocket, Telerik 


Accessibility Nuisance /  JAMstack Preacher.

Let's think about  Data fetching . 

Using Fetch API 

Using Axios 

Using GraphQL 

 Build Time.

VS

Run Time

 

 Fetching data at runtime can have performance disadvantages 

Gatsby and GraphQL : A tale of two cities. 

WHY? 

Gatsby Provides GraphQL abstractions 

Do I need to learn GraphQL ?? 

What are the Performance Implications ?

Querying for all fields in gatsby-node.js

Querying for all fields in gatsby-node.js

Page query results are not stored in memory permanently and are being saved to disk immediately after running the query.

Please use ID and Slugs 

Made with Slides.com