You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/glossary.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -280,7 +280,17 @@ mrs-developer
280
280
As a byproduct of its update operations, it also automatically adjusts `jsconfig.json`, which is used by Volto to configure webpack aliases.
281
281
282
282
Yarn
283
-
[Yarn](https://yarnpkg.com/) is a JavaScript package manager.
283
+
[Yarn](https://yarnpkg.com/) is both a JavaScript package manager and project manager.
284
+
285
+
Corepack
286
+
[Corepack](https://github.com/nodejs/corepack) is a zero-runtime-dependency Node.js script that acts as a bridge between Node.js projects and the package managers they are intended to be used with during development.
287
+
In practical terms, Corepack lets you use {term}`Yarn`, {term}`npm`, and {term}`pnpm` without having to install them.
288
+
289
+
Corepack is distributed by default with all recent Node.js versions.
290
+
Run `corepack enable` to install the required Yarn and pnpm binaries on your path.
291
+
292
+
Git
293
+
[Git](https://git-scm.com/) is a free and open source distributed version control system.
284
294
285
295
Hydration
286
296
After loading an HTML page generated with {term}`SSR` in the browser, React can populate the existing {term}`DOM` elements, and recreate and attach their coresponding components.
0 commit comments