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

New Package: UseDebounce #153

Open
kelvin-muchiri opened this issue Apr 21, 2020 · 1 comment
Open

New Package: UseDebounce #153

kelvin-muchiri opened this issue Apr 21, 2020 · 1 comment
Labels
new package New package

Comments

@kelvin-muchiri
Copy link
Contributor

Is this a new feature or an enhancement?
New Package

Is your feature request related to a problem? Please describe.
The feature is for standardization, reusability

Describe the solution you'd like

As a developer, I would like to have a standard method for implementing debounce for tasks that I don't want to execute too frequently because of performance such as listening to user input, mouse scroll etc. The implementation should also allow configuration of how long the delay should take

Additional context

No additional context

@kelvin-muchiri kelvin-muchiri added the new package New package label Apr 21, 2020
@moshthepitt
Copy link
Contributor

@kelvin-muchiri is it a new package, or can it go into https://github.com/onaio/js-tools/tree/master/packages/react-utils

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

No branches or pull requests

2 participants