Skip to content

Instantly share code, notes, and snippets.

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