Skip to content

Instantly share code, notes, and snippets.

@BretCameron
Created March 7, 2019 13:00
Show Gist options
  • Save BretCameron/714eac5e5e23d138cf9717d7f01fdb0c to your computer and use it in GitHub Desktop.
Save BretCameron/714eac5e5e23d138cf9717d7f01fdb0c to your computer and use it in GitHub Desktop.
constructor(props) {
super(props);
this.state = { skin: 'night' };
this.changeSkin = this.changeSkin.bind(this);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment