Skip to content

Commit

Permalink
docs: consistent terminology for hydration (#19449)
Browse files Browse the repository at this point in the history
  • Loading branch information
gillkyle authored Nov 12, 2019
1 parent 58fe032 commit ce0c7b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Understanding React Rehydration
title: Understanding React Hydration
---

One of the central ideas of Gatsby is that HTML content is statically generated using React DOM server-side APIs. Another key feature is that this static HTML content can then be _enhanced_ with client-side JavaScript via React hydration, which allows for [app-like features](/docs/adding-app-and-website-functionality/) in Gatsby sites.
Expand Down
4 changes: 2 additions & 2 deletions www/src/data/sidebars/doc-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -540,8 +540,8 @@
link: /docs/building-with-components/
- title: Lifecycle APIs
link: /docs/gatsby-lifecycle-apis/
- title: React Rehydration
link: /docs/react-rehydration
- title: React Hydration
link: /docs/react-hydration
- title: PRPL Pattern
link: /docs/prpl-pattern/
- title: GraphQL Concepts
Expand Down

0 comments on commit ce0c7b4

Please sign in to comment.