DEV Community

Discussion on: Gatsby route v/s React route

Collapse
 
ebolto1 profile image
Elbis

Great article! It helped me understand routing in Gatsby. It's a lot cleaner. I've also wondered how to keep the navbar on top of each page without importing the NavBar on each page. I've actually made a Layout page for that and added the navbar on top, then wrap all my pages with the Layout. Any thoughts or other techniques?