Skip to content

Instantly share code, notes, and snippets.

@PhilipWee
Created August 13, 2022 02:13
Show Gist options
  • Select an option

  • Save PhilipWee/cdc2a6b0188d5dd6a727a324ce2a1771 to your computer and use it in GitHub Desktop.

Select an option

Save PhilipWee/cdc2a6b0188d5dd6a727a324ce2a1771 to your computer and use it in GitHub Desktop.
//@ts-nocheck (We will handle the typescript later)
function useDebounce(func) {
const debouncedFunction = (...args) => {}
return debouncedFunction
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment