Skip to content

Commit 4310822

Browse files
authored
Add @zattoo/use-double-click (rehooks#214)
* Add @zattoo/use-double-click * Update README.md
1 parent 08e2ab8 commit 4310822

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@
205205
- [`use-deep-compare-effect`](https://github.com/kentcdodds/use-deep-compare-effect) 🐋 It's react's useEffect hook, except using deep comparison on the inputs, not reference equality.
206206
- [`use-detect-print`](https://github.com/gregnb/use-detect-print) React hook to detect when a page is being printed.
207207
- [`use-dimensions`](https://github.com/CharlesStover/use-dimensions) React Native hook for getting screen and window dimensions.
208+
- [`use-double-click`](https://github.com/zattoo/use-double-click) React hook for continuous double-clicks and combining click and double-click events
208209
- [`use-eazy-auth`](https://github.com/gffuma/use-eazy-auth) React hooks for handle auth stuff.
209210
- [`use-events`](https://github.com/sandiiarov/use-events) A set of React Hooks to handle mouse events.
210211
- [`use-force-update`](https://github.com/CharlesStover/use-force-update) React hook for forcing re-render of a functional Component.

0 commit comments

Comments
 (0)