Relative Content

Tag Archive for javascriptreactjs

Infinite loop when using useDebounce

I making a project in React that I need to fill a form and then send what was answered into my DB, to do so I was wanting to use the hook useDebounce to send the submition after the user stop the interaction. But when I tried to do so it results in a infinite loop and I don’t know how to implement it.