-
Notifications
You must be signed in to change notification settings - Fork 10.3k
(#6581): v2 docs building apps with gatsby overview update #7115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(#6581): v2 docs building apps with gatsby overview update #7115
Conversation
KyleAMathews
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
| ## Hybrid app pages | ||
|
|
||
| With this method, Gatsby renders the initial page with shared page content -- then when your React components load in the browser, they can fetch and render data from APIs. The [React docs have a simple example of how to do this.](https://reactjs.org/docs/faq-ajax.html) | ||
| With this method, Gatsby initially renders the page statically, and then when your React components load in the browser they can fetch and render data from APIs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is kinda awkward language — perhaps change it to describe how a visitor to a Gatsby site first loads an HTML file and then the JavaScript.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Modified the language
|
Deploy preview for using-postcss-sass failed. Built with commit 2f5e1ca https://app.netlify.com/sites/using-postcss-sass/deploys/5b6a297e73f2cf0343501caf |
|
Deploy preview for using-drupal ready! Built with commit 2f5e1ca |
|
Deploy preview for gatsbygram ready! Built with commit 2f5e1ca |
|
Thanks! |
* master: (21 commits) Disable www-graphql-docker-push.sh (#7127) chore(release): Publish Fix onRouteUpdate & onPreRouteUpdate (#7142) chore(release): Publish Fix showing dev 404 page when there isn't one in development (#7140) Replace 'serve' package w/ express-static to restore compression (#7139) Fix tests (#7138) Add delay to cyress test where cyress kept failing chore(release): Publish (#6581): v2 docs building apps with gatsby overview update (#7115) Added my blog to sites (#7125) Add babel-plugin-macros (#7129) Update babel.md (#7012) (#6590): flesh out preparing your environment overview stub (#7137) [gatsby-plugin-netlify] update static cache header to match docs (#7132) (#7118): Clarify prettier instructions and update tutorial sidebar (#7130) Fixing spelling error (#7136) chore(release): Publish Try publishing again chore(release): Publish ... # Conflicts: # yarn.lock
* master: (566 commits) chore(release): Publish Fix mistakenly identifying files as using commonjs when they weren't (#7153) Update collectPackages to getPackages for new lerna rc (#7126) Update index.md (#7145) Disable www-graphql-docker-push.sh (#7127) chore(release): Publish Fix onRouteUpdate & onPreRouteUpdate (#7142) chore(release): Publish Fix showing dev 404 page when there isn't one in development (#7140) Replace 'serve' package w/ express-static to restore compression (#7139) Fix tests (#7138) Add delay to cyress test where cyress kept failing chore(release): Publish (#6581): v2 docs building apps with gatsby overview update (#7115) Added my blog to sites (#7125) Add babel-plugin-macros (#7129) Update babel.md (#7012) (#6590): flesh out preparing your environment overview stub (#7137) [gatsby-plugin-netlify] update static cache header to match docs (#7132) (#7118): Clarify prettier instructions and update tutorial sidebar (#7130) ... # Conflicts: # yarn.lock
…atsbyjs#7115) * (gatsbyjs#6581): v2 docs building apps with gatsby overview update * (gatsbyjs#6581): tweak hybrid app language
Tweaks reviewing overview section for v2. Consistency in the page title/sidebar.