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

feat: we can use debounce for search #81

Open
dhwaj1902 opened this issue Jun 24, 2021 · 1 comment
Open

feat: we can use debounce for search #81

dhwaj1902 opened this issue Jun 24, 2021 · 1 comment

Comments

@dhwaj1902
Copy link

Debounce is a feature in javascript that can be used to restrict the API calls until the user stops writing and will call the API after the specified period of time like 1sec or so.

Now there is a lot of call of API whenever the user writes. we can restrict that.

@dhwaj1902
Copy link
Author

If this is a valid feature then please issue this to me, I really want to contribute.

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