react-event-debounce
v4.0.9
Published
Debounce React synthetic event method https://facebook.github.io/react/docs/events.html Edit
Downloads
36
Readme
react-event-debounce
Thin wrapper around lodash.debounce
to debounce your synthetic event methods, example :
Install
yarn add react-event-debounce
Enjoy
import debounce from 'react-event-debounce'
<form onChange={debounce(handleChange)}>