|
1 |
| -<img src="https://user-images.githubusercontent.com/1481077/50853823-3cc2b380-1338-11e9-9c60-3d783c7be068.png" /> |
2 |
| - |
3 |
| -This is the repository for [usehooks.com](https://usehooks.com), a [Gatsby](https://www.gatsbyjs.org) powered blog that publishes easy to understand React Hook code recipes. |
4 |
| - |
5 |
| -If you'd like to submit new post ideas, improve existing posts, or change anything about the website feel free to submit an issue or pull-request. |
6 |
| - |
7 |
| -Please consider sponsoring this project through my [Github sponsors page](https://github.com/sponsors/gragland). Any level of support is appreciated. I have a few higher tiers that include having your company listed on the usehooks website and newsletter. |
8 |
| - |
9 |
| -To run locally, `yarn`, then `yarn dev`, then open [localhost:8000](https://localhost:8000). |
10 |
| - |
11 |
| -## Post Index |
12 |
| - |
13 |
| -[useFirestoreQuery](https://usehooks.com/useFirestoreQuery/)<br/> |
14 |
| -[useMemoCompare](https://usehooks.com/useMemoCompare/)<br/> |
15 |
| -[useAsync](https://usehooks.com/useAsync/)<br/> |
16 |
| -[useRequireAuth](https://usehooks.com/useRequireAuth/)<br/> |
17 |
| -[useRouter](https://usehooks.com/useRouter/)<br/> |
18 |
| -[useAuth](https://usehooks.com/useAuth/)<br/> |
19 |
| -[useEventListener](https://usehooks.com/useEventListener/)<br/> |
20 |
| -[useWhyDidYouUpdate](https://usehooks.com/useWhyDidYouUpdate/)<br/> |
21 |
| -[useDarkMode](https://usehooks.com/useDarkMode/)<br/> |
22 |
| -[useMedia](https://usehooks.com/useMedia/)<br/> |
23 |
| -[useLockBodyScroll](https://usehooks.com/useLockBodyScroll/)<br/> |
24 |
| -[useTheme](https://usehooks.com/useTheme/)<br/> |
25 |
| -[useSpring](https://usehooks.com/useSpring/)<br/> |
26 |
| -[useHistory](https://usehooks.com/useHistory/)<br/> |
27 |
| -[useScript](https://usehooks.com/useScript/)<br/> |
28 |
| -[useKeyPress](https://usehooks.com/useKeyPress/)<br/> |
29 |
| -[useMemo](https://usehooks.com/useMemo/)<br/> |
30 |
| -[useDebounce](https://usehooks.com/useDebounce/)<br/> |
31 |
| -[useOnScreen](https://usehooks.com/useOnScreen/)<br/> |
32 |
| -[usePrevious](https://usehooks.com/usePrevious/)<br/> |
33 |
| -[useOnClickOutside](https://usehooks.com/useOnClickOutside/)<br/> |
34 |
| -[useAnimation](https://usehooks.com/useAnimation/)<br/> |
35 |
| -[useWindowSize](https://usehooks.com/useWindowSize/)<br/> |
36 |
| -[useHover](https://usehooks.com/useHover/)<br/> |
37 |
| -[useLocalStorage](https://usehooks.com/useLocalStorage/) |
38 |
| - |
39 |
| -<p align="center"> |
40 |
| - <a href="./LICENSE"><strong>Unlicense</strong></a> — public domain |
41 |
| -</p> |
| 1 | +Updates coming soon. |
0 commit comments