Before creating a custom hook, I search the web


Before creating a custom hook, I search the web. Often, an open source custom hook already exists.

A few favorites:
useDebounce
useLocalStorage
useIntersectionObserver

Many more here: https://usehooks.com/

View original on X