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: content/docs/hooks-overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ React provides a few built-in Hooks like `useState`. You can also create your ow
68
68
>
69
69
>You can learn more about the State Hook on a dedicated page: [Using the State Hook](/docs/hooks-state.html).
70
70
71
-
## ⚡️ Effect Hook {#️-effect-hook}
71
+
## ⚡️ Effect Hook {#-effect-hook}
72
72
73
73
You've likely performed data fetching, subscriptions, or manually changing the DOM from React components before. We call these operations "side effects" (or "effects" for short) because they can affect other components and can't be done during rendering.
0 commit comments