react-event-debounce

4.0.9 • Public • Published

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)}>

Dependents (0)

Package Sidebar

Install

npm i react-event-debounce

Weekly Downloads

7

Version

4.0.9

License

MIT

Last publish

Collaborators

  • didierfranc