Skip to content

Instantly share code, notes, and snippets.

@androidfanatic
Created March 23, 2020 07:12
Show Gist options
  • Save androidfanatic/145191ce56fbb8925256e76472b706fa to your computer and use it in GitHub Desktop.
Save androidfanatic/145191ce56fbb8925256e76472b706fa to your computer and use it in GitHub Desktop.
<button
onClick={() => {
this.setState({ count: this.state.count + 1 });
}}>
COUNT ({this.state.count})
</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment