Why and How to Use Gatsby’s Link Component

InstructorJason Lengstorf

Share this video with your friends

Send Tweet

For local navigation on Gatsby sites, the Link component provides a built-in solution for improving the performance and user experience on your site. The video will teach you:

  • When the Link component should be used
  • How to use Gatsby’s Link component
Nick P
~ 5 years ago

How are the url slugs connected to the components in this example? In other examples I see slugs being generated in the gatsby-node.js file via the createPages API, but I do not see a gatsby-node.js file in this example.