Introduction to Gatsby

by Sai gowtham1min read

What is a Gatsby.js?

Gatsby.js is a static site generator for the react by using Gatsby we can build any type of modern web apps the sites built with Gatsby are high performant and blazing speed.

Gatsby.js does the code splitting so that user can only download the required number of files which needed to the particular page instead of over fetching the data.

Why Gatsby?

  • Gatsby has a rich plugin ecosystem.
  • Future proof Jamstack websites.
  • Everything is static.
  • Code splitting out of the box.
  • Speed.