From bb339c220447008e9f7b5692cd61d282d40143bb Mon Sep 17 00:00:00 2001 From: smokiebacon <37253660+smokiebacon@users.noreply.github.com> Date: Tue, 12 Feb 2019 00:07:00 -0800 Subject: [PATCH] update index.md: explained a bit more about Gatsby (#32333) --- guide/english/gatsbyjs/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guide/english/gatsbyjs/index.md b/guide/english/gatsbyjs/index.md index 8cf0ce6d6e..17c5c61c11 100644 --- a/guide/english/gatsbyjs/index.md +++ b/guide/english/gatsbyjs/index.md @@ -4,7 +4,8 @@ title: Gatsby.js ## Gatsby.js -Gatsby is a static site generator for [React](https://guide.freecodecamp.org/react), powered by [GraphQL](https://graphql.org/). +[Gatsby](https://www.gatsbyjs.org) is a static site generator for [React](https://guide.freecodecamp.org/react), powered by [GraphQL](https://graphql.org/). +Gatsby loads only the critical HTML, CSS, data, and JavaScript so your site loads as fast as possible. Once loaded, Gatsby prefetches resources for other pages so clicking around the site feels incredibly fast. The Gatsby environment provides several "starters" to help configure static sites quickly. Starters can be found here: [Starter Library](https://www.gatsbyjs.org/starters/).