Skip to content

Instantly share code, notes, and snippets.

@m1010j
Created April 20, 2019 18:07
Show Gist options
  • Save m1010j/b0e1225f046b6ec7d448289c6a8dd736 to your computer and use it in GitHub Desktop.
Save m1010j/b0e1225f046b6ec7d448289c6a8dd736 to your computer and use it in GitHub Desktop.
class ClassComponent extends React.Component {
constructor(props) {
super(props);
this.state = { result: expensiveCalculation(this.props.arg) };
}
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment