Skip to content

Instantly share code, notes, and snippets.

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