Skip to content

Commit 0e233d7

Browse files
author
Pavel Ivanoff
committed
docs: add link for react-use package
1 parent 548eb8e commit 0e233d7

File tree

1 file changed

+34
-33
lines changed

1 file changed

+34
-33
lines changed

README.md

Lines changed: 34 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -47,42 +47,43 @@ npm install react-hooky
4747

4848
### [react-use](https://github.com/streamich/react-use)
4949

50-
- `useAudio`
51-
- `useBattery`
52-
- `useCounter`
53-
- `useCss`
54-
- `useFavicon`
55-
- `useGeolocation`
56-
- `useHover`
57-
- `useIdle`
58-
- `useLifecycles`
59-
- `useList`
60-
- `useLocalStorage`
61-
- `useLocation`
62-
- `useLogger`
63-
- `useMap`
64-
- `useMediaDevices`
65-
- `useMotion`
66-
- `useMount`
67-
- `useNetwork`
68-
- `useObservable`
69-
- `useOrientation`
70-
- `useRaf`
71-
- `useSetState`
72-
- `useSize`
73-
- `useSpeech`
74-
- `useSpring`
75-
- `useTimeout`
76-
- `useTitle`
77-
- `useToggle`
78-
- `useTween`
79-
- `useUnmount`
80-
- `useWindowSize` as `useWindowSize2`
81-
- `useMedia` as `useMedia2`
50+
- [`useAsync`](https://github.com/streamich/react-use/blob/master/docs/useAsync.md)
51+
- [`useAudio`](https://github.com/streamich/react-use/blob/master/docs/useAudio.md)
52+
- [`useBattery`](https://github.com/streamich/react-use/blob/master/docs/useBattery.md)
53+
- [`useCounter`](https://github.com/streamich/react-use/blob/master/docs/useCounter.md)
54+
- [`useCss`](https://github.com/streamich/react-use/blob/master/docs/useCss.md)
55+
- [`useFavicon`](https://github.com/streamich/react-use/blob/master/docs/useFavicon.md)
56+
- [`useGeolocation`](https://github.com/streamich/react-use/blob/master/docs/useGeolocation.md)
57+
- [`useHover`](https://github.com/streamich/react-use/blob/master/docs/useHover.md)
58+
- [`useIdle`](https://github.com/streamich/react-use/blob/master/docs/useIdle.md)
59+
- [`useLifecycles`](https://github.com/streamich/react-use/blob/master/docs/useLifecycles.md)
60+
- [`useList`](https://github.com/streamich/react-use/blob/master/docs/useList.md)
61+
- [`useLocalStorage`](https://github.com/streamich/react-use/blob/master/docs/useLocalStorage.md)
62+
- [`useLocation`](https://github.com/streamich/react-use/blob/master/docs/useLocation.md)
63+
- [`useLogger`](https://github.com/streamich/react-use/blob/master/docs/useLogger.md)
64+
- [`useMap`](https://github.com/streamich/react-use/blob/master/docs/useMap.md)
65+
- [`useMediaDevices`](https://github.com/streamich/react-use/blob/master/docs/useMediaDevices.md)
66+
- [`useMotion`](https://github.com/streamich/react-use/blob/master/docs/useMotion.md)
67+
- [`useMount`](https://github.com/streamich/react-use/blob/master/docs/useMount.md)
68+
- [`useNetwork`](https://github.com/streamich/react-use/blob/master/docs/useNetwork.md)
69+
- [`useObservable`](https://github.com/streamich/react-use/blob/master/docs/useObservable.md)
70+
- [`useOrientation`](https://github.com/streamich/react-use/blob/master/docs/useOrientation.md)
71+
- [`useRaf`](https://github.com/streamich/react-use/blob/master/docs/useRaf.md)
72+
- [`useSetState`](https://github.com/streamich/react-use/blob/master/docs/useSetState.md)
73+
- [`useSize`](https://github.com/streamich/react-use/blob/master/docs/useSize.md)
74+
- [`useSpeech`](https://github.com/streamich/react-use/blob/master/docs/useSpeech.md)
75+
- [`useSpring`](https://github.com/streamich/react-use/blob/master/docs/useSpring.md)
76+
- [`useTimeout`](https://github.com/streamich/react-use/blob/master/docs/useTimeout.md)
77+
- [`useTitle`](https://github.com/streamich/react-use/blob/master/docs/useTitle.md)
78+
- [`useToggle`](https://github.com/streamich/react-use/blob/master/docs/useToggle.md)
79+
- [`useTween`](https://github.com/streamich/react-use/blob/master/docs/useTween.md)
80+
- [`useUnmount`](https://github.com/streamich/react-use/blob/master/docs/useUnmount.md)
81+
- [`useWindowSize`](https://github.com/streamich/react-use/blob/master/docs/useWindowSize.md) as `useWindowSize2`
82+
- [`useMedia`](https://github.com/streamich/react-use/blob/master/docs/useMedia.md) as `useMedia2`
8283

8384
### other
8485

85-
- [`useOnClickOutside`](https://github.com/Andarist/use-onclickoutside)
86+
- [`useOnClickOutside`](https://github.com/streamich/react-use/blob/master/docs/useOnClickOutside.md)(https://github.com/Andarist/use-onclickoutside)
8687

8788
## Contribution
8889

0 commit comments

Comments
 (0)