Skip to content

Instantly share code, notes, and snippets.

@kartikag01
Created July 24, 2019 04:29
Show Gist options
  • Save kartikag01/1e3ada1beb4c42edf5cd390cd9e6b1a1 to your computer and use it in GitHub Desktop.
Save kartikag01/1e3ada1beb4c42edf5cd390cd9e6b1a1 to your computer and use it in GitHub Desktop.
using debounce
const debounceOnChange = debounce(onChange, 400);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment