Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gragland/usehooks

Easy to understand React Hook code recipes
https://github.com/gragland/usehooks

Last synced: about 2 months ago
JSON representation

Easy to understand React Hook code recipes

Awesome Lists containing this project

README

        

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.

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.

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.

To run locally, `yarn`, then `yarn dev`, then open [localhost:8000](https://localhost:8000).

## Post Index

[useFirestoreQuery](https://usehooks.com/useFirestoreQuery/)

[useMemoCompare](https://usehooks.com/useMemoCompare/)

[useAsync](https://usehooks.com/useAsync/)

[useRequireAuth](https://usehooks.com/useRequireAuth/)

[useRouter](https://usehooks.com/useRouter/)

[useAuth](https://usehooks.com/useAuth/)

[useEventListener](https://usehooks.com/useEventListener/)

[useWhyDidYouUpdate](https://usehooks.com/useWhyDidYouUpdate/)

[useDarkMode](https://usehooks.com/useDarkMode/)

[useMedia](https://usehooks.com/useMedia/)

[useLockBodyScroll](https://usehooks.com/useLockBodyScroll/)

[useTheme](https://usehooks.com/useTheme/)

[useSpring](https://usehooks.com/useSpring/)

[useHistory](https://usehooks.com/useHistory/)

[useScript](https://usehooks.com/useScript/)

[useKeyPress](https://usehooks.com/useKeyPress/)

[useMemo](https://usehooks.com/useMemo/)

[useDebounce](https://usehooks.com/useDebounce/)

[useOnScreen](https://usehooks.com/useOnScreen/)

[usePrevious](https://usehooks.com/usePrevious/)

[useOnClickOutside](https://usehooks.com/useOnClickOutside/)

[useAnimation](https://usehooks.com/useAnimation/)

[useWindowSize](https://usehooks.com/useWindowSize/)

[useHover](https://usehooks.com/useHover/)

[useLocalStorage](https://usehooks.com/useLocalStorage/)


Unlicense — public domain