Skip to content

Instantly share code, notes, and snippets.

@DennyScott
Created March 7, 2020 08:51
Show Gist options
  • Save DennyScott/336eee5e1f53576bee66f207038679c4 to your computer and use it in GitHub Desktop.
Save DennyScott/336eee5e1f53576bee66f207038679c4 to your computer and use it in GitHub Desktop.
function Component(props) {
useCallback(() => {
fetch(props.url);
}, [props]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment