Feature debounce for react-instantsearch #5271
Unanswered
kopax-polyconseil
asked this question in
General
Replies: 0 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I would like to debounce my input instant search instead of handling this debounce userland.
At first, it seemed logical to me that it must be implemented it in the module, but after reading your documentation here: https://www.algolia.com/doc/guides/building-search-ui/going-further/optimize-search-request-usage/react-hooks/ it appears that you are aware that too many queries are sent on each keystroke, but you don't propose a debounce for it.
Why this module wasn't designed at first with a debounce feature, and will you support this feature soon or later ?
Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions