Skip to content

Instantly share code, notes, and snippets.

@treyhuffine
Created March 5, 2019 01:02
Show Gist options
  • Save treyhuffine/f62dfc0a6a1cc3e8437b0a35cbaeac87 to your computer and use it in GitHub Desktop.
Save treyhuffine/f62dfc0a6a1cc3e8437b0a35cbaeac87 to your computer and use it in GitHub Desktop.
const memoizedCallback = useCallback(
() => {
doSomething(a, b);
},
[a, b],
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment