-
The autosuggest component is very slow - it sends a request every time a new letter is input. It needs to be debounced so that it waits until you're finished typing before it tries to find something.
-
Hello,
I am using a custom endpoint, and I could use an option to set the debounce ms as an option, to try to reduce the load on that endpoint.
I'm happy to make the PR, it seems like it will be…
-
Hey,
I was about to submit a pull request on this, however I wasn't able to get Rtools running so I couldn't check for any new messages, warnings and errors as requested in [CONTRIBUTING.md](https:…
-
Hi,
In the code I see a debounce value is supplied to the input control. But it doesn't seem to do much? The action is triggered immediately. My issue is that I show a notification on the screen ev…
lorro updated
5 years ago
-
Rendering performance can sometimes be slow, with re-renders occurring whenever the app context changes in all components that depend on it.
This is particularly notable when changing field values,…
-
### Describe the problem
Can you guys make it so YouTube embeds use an iframe and displayed like this?
![image](https://github.com/user-attachments/assets/faf402c4-4078-494d-8b64-4985803aafb7)
…
-
概念
函数节流(throttle)
设定一个调用周期n,当距离上次执行该动作的时间大于等于调用周期n,才执行该动作。类比咖啡机按钮,按一次出咖啡,但在出咖啡的期间再次按则无效。
函数去抖(debounce)
设定一个调用周期n,当调用动作的时间超过周期n,才会执行该动作,若在周期n内又调用此动作则将重新计算执行时间。类比电梯按钮,门关上前,每次按下按钮,电梯门都延迟一段时间才关…
-
**Intended outcome:**
When I call the useLazyQuery function inside the useEffect hook with the dependency of debounceSearchInput. What I expect is, when I change the input value which affec…
-
Please implement support for the `debounce` effect.
-
I have the code already done and ported from 1.3.0 to 2.0.2, but please see my previous issue #10 .
I am happy to do a pull request. The issue I am using a dependency of "use-debounce".
What are…