We can pass custom data to our Gatsby pages by overriding the onCreatePage
function and using its context
object. This is really useful when you want to provide custom data to GraphQL queries, or your page components.
A Community Resource means that it’s free to access for all. The instructor of this lesson requested it to be open to the public.