DEV Community

Discussion on: Using Lodash Debounce with React Hooks for an Async Data Fetching Input or use a Custom Hook.

Collapse
 
alexdrocks profile image
Alexandre Desroches • Edited

Thanks for sharing Jackzhoumie. I'll try your solution today. Note: for my test I was required to use Lodash's debounce that's why I had such a strong focus on using it.