Skip to content

Instantly share code, notes, and snippets.

@agneym
Created March 13, 2018 18:36
Show Gist options
  • Save agneym/e2012203361b79dba1f9010f0d5c7b24 to your computer and use it in GitHub Desktop.
Save agneym/e2012203361b79dba1f9010f0d5c7b24 to your computer and use it in GitHub Desktop.
function handleChange(value) {
this.setState({
value: newValue
}, ()=>{
console.log(this.state.value);
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment