Set up to Create Data Driven Pages in Gatsby

InstructorJason Lengstorf

Share this video with your friends

Send Tweet

In Create Data Driven Pages in Gatsby with createPages, we made sure the data folder existed.

To actually create pages, we'll need to:

  • define the event type
  • define resolvers for custom fields
  • query for events

Once we do this, we'll be ready to finally display the data in a page which is covered in: Display Data in React Provided in Gatsby with GraphQL

For a written version of this course, check out the Gatsby docs.