debounce.event

Debounce React synthetic event method https://facebook.github.io/react/docs/events.html Edit

Usage no npm install needed!

<script type="module">
  import debounceEvent from 'https://cdn.skypack.dev/debounce.event';
</script>

README

debounce.event

Thin wrapper around lodash.debounce to debounce your synthetic event method:

import debounce as d from 'debounce.event'

<form onChange={d(handleChange)}>