back to all posts

Learn GatsbyJS by creating a tourism site -8

by Nabendu Biswas / December 9th, 2019

#gatsby #react #javascript
Series: Gatsby-tourism

Welcome to part-8 of the series. In this part we will start with our page transition, which will occur when we navigate to a different page.

For this we will be again using an awesome gatsby plugin and it is gatsby-plugin-transition-link. The doc link can be found here.

Now, as per the docs we need to npm install the plugin first. So, head over to your terminal and close gatsby develop if it is running. After that install the plugin through the terminal.

npm installnpm install

Rest of the chapter is exclusive content and is from my book Foundation Gatsby Projects.

The book can be purchased from Apress site here

Foundation Gatsby Projects

It will take us through the same above process and i get the mail in my gmail.

From internetFrom internet

This completes part-8 of the series. You can find the code for the same in this link.

Nabendu Biswas