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: add useDebounce hook #67

Merged
merged 5 commits into from
Nov 22, 2023
Merged

feat: add useDebounce hook #67

merged 5 commits into from
Nov 22, 2023

Conversation

immois
Copy link
Contributor

@immois immois commented Oct 14, 2023

📝 Description:

The useDebounce hook is used to debounce a value. It is useful when you want to delay the execution of a function until a value has not changed for a certain amount of time.

✅ Pull Request Checklist:

  • Add/Update feature.
  • Add/Update test.
  • Add/Update documentation.
  • Add/Update stories in storybook.
  • Bug fix.
  • Is this a breaking change

@changeset-bot
Copy link

changeset-bot bot commented Oct 14, 2023

⚠️ No Changeset found

Latest commit: c093aa5

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@codecov
Copy link

codecov bot commented Oct 14, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b32efb9) 91.96% compared to head (c093aa5) 92.27%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #67      +/-   ##
==========================================
+ Coverage   91.96%   92.27%   +0.31%     
==========================================
  Files          14       15       +1     
  Lines         224      233       +9     
  Branches       60       61       +1     
==========================================
+ Hits          206      215       +9     
  Misses         16       16              
  Partials        2        2              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@immois immois changed the title feat: add debounce hooks feat: add useDebounce hook Nov 22, 2023
@immois immois marked this pull request as ready for review November 22, 2023 04:46
@immois immois merged commit 4be4e01 into main Nov 22, 2023
6 checks passed
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

Successfully merging this pull request may close these issues.

1 participant