Skip to content

Instantly share code, notes, and snippets.

@vivektikar25
Created November 23, 2018 07:25
Show Gist options
  • Save vivektikar25/2887a2a22d076738f78d170aa091e6a4 to your computer and use it in GitHub Desktop.
Save vivektikar25/2887a2a22d076738f78d170aa091e6a4 to your computer and use it in GitHub Desktop.
const memoizedValue = useMemo(() => computeExpensiveValue(a, b), [a, b]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment