Skip to content

Instantly share code, notes, and snippets.

@darksh3ll
Created December 16, 2018 20:56
Show Gist options
  • Select an option

  • Save darksh3ll/04aa140d2de10f077c59452db7ff8956 to your computer and use it in GitHub Desktop.

Select an option

Save darksh3ll/04aa140d2de10f077c59452db7ff8956 to your computer and use it in GitHub Desktop.
addNote(newNote) {
this.setState({ toDoNotes: [...this.state.toDoNotes, newNote]})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment