Skip to content

Instantly share code, notes, and snippets.

@dantman
Created April 16, 2018 19:51
Show Gist options
  • Save dantman/2b1747a16b05affe042c6448ba827c21 to your computer and use it in GitHub Desktop.
Save dantman/2b1747a16b05affe042c6448ba827c21 to your computer and use it in GitHub Desktop.
Function decorator
@memoize
export default function myExpensiveFunction(data) {
// do something expensive
return result;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment