You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have a requirement in my React project to throttle using requestAnimationFrame. I noticed that lodash natively supports it, but ahooks has added extra logic to set a default time of 1000 milliseconds. Here are the links to the two relevant source code sections:
Hello, I have a requirement in my React project to throttle using requestAnimationFrame. I noticed that lodash natively supports it, but ahooks has added extra logic to set a default time of 1000 milliseconds. Here are the links to the two relevant source code sections:
The text was updated successfully, but these errors were encountered: