From 13d4b733e6398dc9e2a535b5ee36aafa9fe4e3eb Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Thu, 24 Oct 2019 20:26:58 -0700 Subject: [PATCH 1/2] Don't use "static" to describe what Gatsby does The word just confuses people as they think you can't do app-y stuff now. --- www/src/components/homepage/homepage-features.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/src/components/homepage/homepage-features.js b/www/src/components/homepage/homepage-features.js index 8c9377c7f200f..1656175443e13 100644 --- a/www/src/components/homepage/homepage-features.js +++ b/www/src/components/homepage/homepage-features.js @@ -58,9 +58,9 @@ const HomepageFeatures = () => ( - Static Progressive Web Apps + Progressive Web Apps - Gatsby.js is a static PWA (Progressive Web App) generator. You get code + Gatsby.js is a PWA (Progressive Web App) generator. You get code and data splitting out-of-the-box. 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 From c13a3d428cd43435402be6c5f62fd76efae11607 Mon Sep 17 00:00:00 2001 From: gatsbybot Date: Fri, 25 Oct 2019 11:02:30 +0000 Subject: [PATCH 2/2] chore: format --- www/src/components/homepage/homepage-features.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/src/components/homepage/homepage-features.js b/www/src/components/homepage/homepage-features.js index 1656175443e13..15d8c0ccab4fd 100644 --- a/www/src/components/homepage/homepage-features.js +++ b/www/src/components/homepage/homepage-features.js @@ -60,9 +60,9 @@ const HomepageFeatures = () => ( Progressive Web Apps - Gatsby.js is a PWA (Progressive Web App) generator. You get code - and data splitting out-of-the-box. Gatsby loads only the critical HTML, - CSS, data, and JavaScript so your site loads as fast as possible. Once + Gatsby.js is a PWA (Progressive Web App) generator. You get code and + data splitting out-of-the-box. 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.