feat(hooks): add useLongPress hook#239
Merged
Merged
Conversation
sukvvon
reviewed
May 20, 2025
Contributor
There was a problem hiding this comment.
Thank you for your hard work in writing the documentation. Just a quick tip — in react-simplikit, documentation is automatically generated from JSDoc using deployment action's generate-docs after merged! You might find the link below helpful:
Contributor
Author
There was a problem hiding this comment.
Thanks for forwarding the documentation guide!
I didn't look closely enough at the contribution guide as I was working on it.
I spent more time writing the docs than I realized...🥲
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #239 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 35 36 +1
Lines 988 1069 +81
Branches 301 319 +18
=========================================
+ Hits 988 1069 +81 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
This PR implements the useLongPress hook. This hook detects when an element is pressed and held for a specified duration. It supports both mouse and touch events, ensuring consistent behavior across desktop and mobile devices.
Key features
Documentation in both English and Korean is included.
Checklist
yarn run fixto format and lint the code and docs?yarn run test:coverageto make sure there is no uncovered line?