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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@
77
77
-[`useFullscreen`](./docs/useFullscreen.md)— display an element or video full-screen. [![][img-demo]](https://streamich.github.io/react-use/?path=/story/ui-usefullscreen--demo)
78
78
-[`useSpeech`](./docs/useSpeech.md)— synthesizes speech from a text string. [![][img-demo]](https://codesandbox.io/s/n090mqz69m)
79
79
-[`useVideo`](./docs/useVideo.md)— plays video, tracks its state, and exposes playback controls. [![][img-demo]](https://streamich.github.io/react-use/?path=/story/ui-usevideo--demo)
80
-
-[`useWait`](./docs/useWait.md)— complex waiting management for UIs.
80
+
-~~[`useWait`](./docs/useWait.md)— complex waiting management for UIs.~~_Deprecated_: will be removed soon
81
81
<br/>
82
82
<br/>
83
83
-[**Animations**](./docs/Animations.md)
@@ -111,7 +111,7 @@
111
111
-[`useEffectOnce`](./docs/useEffectOnce.md)— a modified [`useEffect`](https://reactjs.org/docs/hooks-reference.html#useeffect) hook that only runs once.
112
112
-[`useEvent`](./docs/useEvent.md)— subscribe to events.
113
113
-[`useLifecycles`](./docs/useLifecycles.md)— calls `mount` and `unmount` callbacks.
114
-
-[`useMountedState`](./docs/useMountedState.md) and [`useRefMounted`](./docs/useRefMounted.md)— track if component is mounted.
114
+
-[`useMountedState`](./docs/useMountedState.md)~~and [`useRefMounted`](./docs/useRefMounted.md)~~— track if component is mounted.
115
115
-[`usePromise`](./docs/usePromise.md)— resolves promise only while component is mounted.
116
116
-[`useLogger`](./docs/useLogger.md)— logs in console as component goes through life-cycles.
0 commit comments