React Hook for Handling Gestures


Summary of my bookmarked Github repositories from Dec 7th, 2021

Github repositories

  • pmndrs/use-gesture

    @use-gesture is a versatile library that allows you to easily incorporate richer mouse and touch events into your components or views. By leveraging the data it provides, setting up gestures becomes effortless, often requiring only a few lines of code. Although it can be used independently, combining @use-gesture with an animation library like react-spring is recommended for optimal results. The library offers various available gestures, such as drag, move, hover, scroll, wheel, pinch, and more. Check out the full documentation website for detailed information and examples.