Skip to content

Instantly share code, notes, and snippets.

@amandeepmittal
Created April 19, 2019 19:07
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 amandeepmittal/ad2ed1afca496f41a61a8132a0d5acb4 to your computer and use it in GitHub Desktop.
Save amandeepmittal/ad2ed1afca496f41a61a8132a0d5acb4 to your computer and use it in GitHub Desktop.
// App.js
state = {
notes: [
{
id: 1,
note: "First note"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment