Skip to content

Instantly share code, notes, and snippets.

@leslie-alldridge
Created September 17, 2018 19:20
Show Gist options
  • Save leslie-alldridge/8028caba2e9e49149f4443767c28bd3a to your computer and use it in GitHub Desktop.
Save leslie-alldridge/8028caba2e9e49149f4443767c28bd3a to your computer and use it in GitHub Desktop.
toggle prev state react
this.setState(prevState => ({
check: !prevState.check
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment