Skip to content

Instantly share code, notes, and snippets.

@yuritoledo
Last active June 12, 2020 01:00
Show Gist options
  • Save yuritoledo/a2e5a886e139bbbb71209f18faae2657 to your computer and use it in GitHub Desktop.
Save yuritoledo/a2e5a886e139bbbb71209f18faae2657 to your computer and use it in GitHub Desktop.
// flutter
setState(() {
    name = newValue
})
// react
this.setState({
    name: newValue
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment