DEV Community

Discussion on: GatsbyJS Portfolio

Collapse
 
eliowar28 profile image
Eliomar Garzon

Great portafolio, how did you use for make your navbar ?

Collapse
 
viniciusmdias profile image
Vinicius Dias • Edited

I use { Link } from "gatsby".
It works as a html element anchor without rendering the page again.
Linking Between Pages in GatsbyJS