Posts tagged with: react-hooks

Back to all posts

react useDebounce

Feb 24, 2024 4 Minutes

A simple debounce hook for React applications. Useful for when you want to limit the number of times a function is called to improve performance

Common React Hook Questions

Mar 2, 2024 6 Minutes

Answering common questions about React hooks and providing some tips for working with them, hope you find this helpful!