Skip to content

Instantly share code, notes, and snippets.

@m1010j
Created April 20, 2019 18:08
Show Gist options
  • Save m1010j/b31d675f0cd041ccfcd3f83b88371c8c to your computer and use it in GitHub Desktop.
Save m1010j/b31d675f0cd041ccfcd3f83b88371c8c to your computer and use it in GitHub Desktop.
function FunctionHooksComponent(props) {
const [result] = useState(() => expensiveCalculation(props.arg));
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment