illustration for Source and Create Nodes with Data from an API in Gatsby to Create a Pokemon Pokedex
pro

Source and Create Nodes with Data from an API in Gatsby to Create a Pokemon Pokedex

Instructor

Colby Fayock

16m closed-captioning
·
7 lessons
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
4.5
34
people completed
Published 4 years ago
|
Updated 4 years ago

The Gatsby ecosystem supports a ton of plugins that allow you to easily source data from a variety of sources like a GraphQL CMS or Wordpress. But what if you wanted to source your own custom data?

In this collection, we'll walk through learning how to source custom data and create nodes in Gatsby in order to build out a Pokedex using the PokeAPI. We'll learn how to request the data in Gatsby's build process, create nodes with that data, query that data, and use it to create a Pokemon Pokedex UI.