Skip to content

Instantly share code, notes, and snippets.

@almond-bongbong
Created September 4, 2018 12:42
Show Gist options
  • Save almond-bongbong/05ca601d318719a044ffdbbf68c738da to your computer and use it in GitHub Desktop.
Save almond-bongbong/05ca601d318719a044ffdbbf68c738da to your computer and use it in GitHub Desktop.
import { incrementCount } from 'stateChanges';
handleCount() {
this.setState(incrementCount);
this.setState(incrementCount);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment