Added line 'Since Gatsby is Built on React' (#27503)

Outlining more reason to consider giving Gatsby a trial.....
This commit is contained in:
Dami
2019-02-11 19:13:05 +01:00
committed by Randell Dawson
parent fcfbb61f27
commit 53104462a1

View File

@ -20,6 +20,7 @@ Gatsby accepts the data behind the site in various formats, such as:
#### Build #### Build
Gatsby's build is powered by GraphQL and rendered through HTML, CSS, and React. 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 #### Deploy
Gatsby deploys the site on a static web host such as Amazon S3, Netlify, Github Pages, Surge.sh and many more. Gatsby deploys the site on a static web host such as Amazon S3, Netlify, Github Pages, Surge.sh and many more.