Skip to content

Commit a05aaff

Browse files
committed
Glossary termify Redux and Redux middleware, and update definition.
1 parent 8a75e3d commit a05aaff

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/glossary.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,10 @@ JSX
260260
Scoped packages
261261
Namespace for JavaScript packages, they provide a way to avoid naming conflicts for common package names.
262262
263-
middleware (Redux)
264-
Custom wrappers for the Redux store dispatch methods.
265-
They allow customizing the behavior of the data flow inside the redux store.
263+
Redux
264+
Redux middleware
265+
Custom wrappers for the [Redux](https://redux.js.org/) store dispatch methods.
266+
They allow customizing the behavior of the data flow inside the Redux store.
266267
267268
hooks (React)
268269
Hooks are a React API that allow function components to use React features such as lifecycle methods, states, and so on.

0 commit comments

Comments
 (0)