Skip to content

Instantly share code, notes, and snippets.

@benwalio
Created April 20, 2020 23:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benwalio/9a842f0b8e03d33a15599e8370a97a2e to your computer and use it in GitHub Desktop.
Save benwalio/9a842f0b8e03d33a15599e8370a97a2e to your computer and use it in GitHub Desktop.
constructor (props) {
super(props);
this.state = this.initialState();
};
initialState () {
return ({
key: value
})
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment