Skip to content

Commit 143d9f1

Browse files
committed
Glossary termify hooks, and update definition.
1 parent a05aaff commit 143d9f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/glossary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,8 @@ Redux middleware
265265
Custom wrappers for the [Redux](https://redux.js.org/) store dispatch methods.
266266
They allow customizing the behavior of the data flow inside the Redux store.
267267
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.
268+
hooks
269+
[Hooks](https://reactjs.org/docs/hooks-overview.html) are a React API that allow function components to use React features, such as lifecycle methods, states, and so on.
270270
271271
hoisting (Yarn)
272272
An optimization provided by Yarn.

0 commit comments

Comments
 (0)