Skip to content

Instantly share code, notes, and snippets.

@joboccara
Created April 23, 2021 07:21
Show Gist options
  • Save joboccara/4470e68f6879b51fea1b0a2712a89bc7 to your computer and use it in GitHub Desktop.
Save joboccara/4470e68f6879b51fea1b0a2712a89bc7 to your computer and use it in GitHub Desktop.
const onClickMemo = React.useCallback(
() => window.alert(`clickMemo, count: ${count}`),
[]
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment