Skip to content

Instantly share code, notes, and snippets.

@teimurjan
Created May 21, 2018 06:52
Show Gist options
  • Save teimurjan/b55d7ec37141a8b940e5f0e4e728d216 to your computer and use it in GitHub Desktop.
Save teimurjan/b55d7ec37141a8b940e5f0e4e728d216 to your computer and use it in GitHub Desktop.
blog-react-applications-optimization
handleClick = todoId => {
this.setState({
[todoId]: { clicked: true }
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment