What is Gatsby?

Gatsby is a modern static PWA (Progressive Web App) site generator based on React and GraphQL. Gatsby.js uses GraphQL to share data across pages. At build time Gatsby will resolve the query and embed the data needed in the page.

The framework has 25000+ stars on it's GitHub repository.

Announcing Gatsby 2.0.0

This new release focuses on performance and developer experience. The release Gatsby 2.0.0 promises to reduced build times by up to 75% , shrunk JavaScript client runtime by 31%. Gatsby 2.0.0 upgraded it's core dependencies  - webpack 4, Babel 7 and React 16.5 to their latest versions.

Learn more about the fetaures here - Gatsby 2.0.0