React Swipeable
react-swipeable
React Swipe event handler hook
Hooks
react swipe
react touch
react hook
touch
swipe
swipeable
react
hook
react-swipeable
Hooks
Stars
1
Weekly
0
Open issues
0
Bundle
~60 kB
Installation
npm install react-swipeableCode example
import { useSwipeable } from "react-swipeable";
export function Example() {
const value = useSwipeable();
return <p>{String(value)}</p>;
}Pros & cons
Pros
- Actively maintained by sarmeyer
- 0 weekly downloads. Battle tested
- First-class TypeScript definitions
- MIT licensed
Considerations
- Adds roughly ~60 kB to your bundle
- Needs client-only rendering in SSR frameworks
- Not supported in React Native
- 0 open issues on GitHub