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

/react-event-debounce/

    Package Sidebar

    Install

    npm i react-event-debounce

    Weekly Downloads

    6

    Version

    4.0.9

    License

    MIT

    Last publish

    Collaborators

    • didierfranc