diff --git a/guide/english/gatsbyjs/index.md b/guide/english/gatsbyjs/index.md index 25f7873714..146074be86 100644 --- a/guide/english/gatsbyjs/index.md +++ b/guide/english/gatsbyjs/index.md @@ -20,6 +20,7 @@ Gatsby accepts the data behind the site in various formats, such as: #### Build Gatsby's build is powered by GraphQL and rendered through HTML, CSS, and React. +Since Gatsby is built on React you straight away get all the things we love about React, like composability, one-way binding, resuability, great environment and allows you to query your data however you want! #### Deploy Gatsby deploys the site on a static web host such as Amazon S3, Netlify, Github Pages, Surge.sh and many more.