Skip to content

Instantly share code, notes, and snippets.

@DennyScott
Created March 7, 2020 08:42
Show Gist options
  • Save DennyScott/e54863eb71eea81cdf50856bec91e2fa to your computer and use it in GitHub Desktop.
Save DennyScott/e54863eb71eea81cdf50856bec91e2fa to your computer and use it in GitHub Desktop.
function ExampleComponent({id}) {
useEffect(() => doSomething(id));
return (<div></div>);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment