We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Redux
Redux middleware
1 parent 8a75e3d commit a05aaffCopy full SHA for a05aaff
docs/glossary.md
@@ -260,9 +260,10 @@ JSX
260
Scoped packages
261
Namespace for JavaScript packages, they provide a way to avoid naming conflicts for common package names.
262
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.
+Redux
+Redux middleware
+ 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.
267
268
hooks (React)
269
Hooks are a React API that allow function components to use React features such as lifecycle methods, states, and so on.
0 commit comments