Skip to content

Commit 4a3836f

Browse files
committed
Glossary termify SPA and HMR, and update definitions.
1 parent d9c0df7 commit 4a3836f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/glossary.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ shadowing
195195
By using this mechanism of file overrides, or component shadowing, Volto enables customization, similar to `z3c.jbot.`
196196
197197
Razzle
198-
A tool that simplifies SPA and {term}`SSR` configuration for React projects.
198+
A tool that simplifies {term}`SPA` and {term}`SSR` configuration for React projects.
199199
200200
Webpack
201201
A tool that loads and bundles code and web resources using loaders.
@@ -221,12 +221,12 @@ server-side rendering
221221
In addition, SSR can improve performance and search engine optimization (SEO) for a website.
222222
223223
SPA
224-
Single Page Application
224+
single page application
225225
A type of JavaScript application that aims to provide a better user experience by avoiding unnecessary reloading of the browser page, instead using AJAX to load backend information.
226226
227227
HMR
228-
Hot Module Replacement
229-
A development feature provided by Webpack that automatically reloads, in the browser, the JavaScript modules that have changed on disk.
228+
hot module replacement
229+
[Hot module replacement](https://webpack.js.org/guides/hot-module-replacement/) (HMR) is a development feature provided by Webpack that automatically reloads, in the browser, the JavaScript modules that have changed on disk.
230230
231231
Yeoman
232232
A popular scaffolding tool similar to Plone's `mr.bob` or `ZopeSkel`.

0 commit comments

Comments
 (0)