From 53104462a17b5ea5575358ae89a0f9dc361ab83b Mon Sep 17 00:00:00 2001 From: Dami <32749185+Darepapi@users.noreply.github.com> Date: Mon, 11 Feb 2019 19:13:05 +0100 Subject: [PATCH] Added line 'Since Gatsby is Built on React' (#27503) Outlining more reason to consider giving Gatsby a trial..... --- guide/english/gatsbyjs/index.md | 1 + 1 file changed, 1 insertion(+) 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.