awesome-react-hooks
awesome-react-hooks copied to clipboard
Awesome React Hooks
thanks for the awesome list
**Added 1 video:** -🎬 10 React Hooks Explained // Plus Build your own from Scratch _(from firebase)_ **Added 1 library:** -mantine
Hi, I've made a react hook for easy and solid input validation: use-valid-input. Would be nice if it would be added to this list.
Hi, I've created a library to animate elements with Web Animations API, that is performant and flexible but tiny.
Would be happy if you could add my [react-transition-value](https://github.com/dev-bjoern/react-transition-value) hook library. Thanks!
No alternative available.
This hook helps prevent stale updates in async React useEffect calls by ensuring only the latest async result is applied. It also safely aborts outdated executions, avoiding race conditions in...