Skip to content

Instantly share code, notes, and snippets.

@asleepysamurai
Created March 9, 2019 05:37
Show Gist options
  • Select an option

  • Save asleepysamurai/0e96a226cb1db1761007b7eeb246678c to your computer and use it in GitHub Desktop.

Select an option

Save asleepysamurai/0e96a226cb1db1761007b7eeb246678c to your computer and use it in GitHub Desktop.
useCallback signature
const memoizedFunction = useCallback(inlineFunctionDefinition, memoizationArguments);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment