Similar to EventList
, we'll need to create a template React component for each individual Event page.
To do this, we'll need to add a page query, to access GraphQL variables, to query for individual events by id. Once that data is available, it can be passed into an Event
component that will display the data for us.
For a written version of this course, check out the Gatsby docs.