react-hammerjs icon indicating copy to clipboard operation
react-hammerjs copied to clipboard

What is the difference between react-hammerjs and react-Tappable? (question)

Open jasan-s opened this issue 8 years ago • 1 comments

Sorry, if its obvious , I am just unclear. I see that this library supports onTap event and you also have React-Tappable that does.

jasan-s avatar Jun 23 '16 05:06 jasan-s

React-Tappable seems to be solving a specific problem, where as React-Hammer is a React wrapper for the very popular and more fully featured input event management library http://hammerjs.github.io/

If you just need taps and pinches, React-Tappable will be enough for you. If you need swipes, pans and rotates then React-Hammer has everything in React-Tappable plus all that extra stuff.

jolyonruss avatar Jul 04 '16 12:07 jolyonruss