Skip to content

Commit bfc72bf

Browse files
committed
revert
1 parent 0990ff2 commit bfc72bf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/content/reference/react/hooks.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ There are two rarely used variations of `useEffect` with differences in timing:
7979
* [`useLayoutEffect`](/reference/react/useLayoutEffect) fires before the browser repaints the screen. You can measure layout here.
8080
* [`useInsertionEffect`](/reference/react/useInsertionEffect) fires before React makes changes to the DOM. Libraries can insert dynamic CSS here.
8181
82-
You can also create an event to fire from any Effect hook using:
83-
84-
- [`useEffectEvent`](/reference/react/useEffectEvent) lets you extract non-reactive logic from Effects into reusable functions.
8582
---
8683
8784
## Performance Hooks {/*performance-hooks*/}

0 commit comments

Comments
 (0)