Skip to content

Instantly share code, notes, and snippets.

@goodviber
Last active August 1, 2018 11:18
Show Gist options
  • Save goodviber/0d68937d26669cac2548d50f5cb6a2af to your computer and use it in GitHub Desktop.
Save goodviber/0d68937d26669cac2548d50f5cb6a2af to your computer and use it in GitHub Desktop.
dependant state logging in react
this.setState({ makeCalls: true }, () => {
console.log("makeCalls: ", this.state.makeCalls)
}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment