Gatsby
Up and Running with Gatsby: First Steps

Solution: Link Between Pages

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 
PRO

You can add a Link tag by first importing { Link } from "gatsby" at the top of the file. Then, you can add the <Link> component with a route passed into to and some text for the link:

<Link to="/events">Events</Link>

Let's do a recap of what we've learned about Gatsby basics in the next video.

 

I finished! On to the next chapter