Skip to content

Commit 8a75e3d

Browse files
committed
Glossary termify Hydration, and update definition.
1 parent 4a3836f commit 8a75e3d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/glossary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,8 @@ mrs-developer
250250
Yarn
251251
[Yarn](https://classic.yarnpkg.com/) is a JavaScript package manager.
252252
253-
Hydration (SSR)
254-
After loading an HTML page generated with SSR in the browser, React can "populate" the existing DOM elements, recreate and attach their coresponding components.
253+
Hydration
254+
After loading an HTML page generated with {term}`SSR` in the browser, React can populate the existing DOM elements, and recreate and attach their coresponding components.
255255
256256
JSX
257257
A dialect of JavaScript that resembles XML, it is transpiled by Babel to JavaScript functions.

docs/overview/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ It may be used as a base image, adding customizations, to make a derivative imag
8686
The default and recommended configuration for new websites in Plone is the new React-based JavaScript frontend called "Volto".
8787
For this setup you still need to run the Python-based backend server, as well as enable the REST API, and update the configuration profile.
8888
These settings and profile are applied automatically when you select the {guilabel}`Create Plone Site` option in the Plone website creation form.
89-
In addition a separate NodeJS based frontend server will serve the JavaScript frontend resources and provide {term}`SSR` with hydration.
89+
In addition a separate NodeJS based frontend server will serve the JavaScript frontend resources and provide {term}`SSR` with {term}`hydration`.
9090
To deploy this setup using containers, you will need the `plone-frontend` image for the frontend server.
9191

9292
Beginning with Plone 6, we now support two programming language stacks, one each for Python and JavaScript.

0 commit comments

Comments
 (0)