Skip to content

Instantly share code, notes, and snippets.

@gkueny
Last active January 3, 2017 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gkueny/58c27914de0eb2422ffabfcd28f10b82 to your computer and use it in GitHub Desktop.
Save gkueny/58c27914de0eb2422ffabfcd28f10b82 to your computer and use it in GitHub Desktop.
// initialisation du state
this.state = {
myText : "", // notre texte
foo : 1 // un nombre quelconque
}
// Ajout d'une nouvelle todo
this.setState({
myText : newText
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment