Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Case Suggestion: debouncing #367

Open
Tiwari007 opened this issue Jun 19, 2024 · 1 comment
Open

Use Case Suggestion: debouncing #367

Tiwari007 opened this issue Jun 19, 2024 · 1 comment

Comments

@Tiwari007
Copy link

So Debouncing is a technique of delaying the execution of a function until a certain amount of time has passed since the last time it was triggered.

This is useful for preventing unnecessary calls (functions , API's etc.) when a user is typing in a search bar and the search results are updated after every keystroke.

@Tiwari007
Copy link
Author

Created a PR for this issue

Tiwari007:debouncing-usecase

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant