Skip to content

Instantly share code, notes, and snippets.

@pavsidhu
Created January 29, 2017 00:59
Show Gist options
  • Select an option

  • Save pavsidhu/b98df854ec8dc1231f46addc9ade391f to your computer and use it in GitHub Desktop.

Select an option

Save pavsidhu/b98df854ec8dc1231f46addc9ade391f to your computer and use it in GitHub Desktop.
Redux state example
{
user: {
name: 'John Smith',
age: 22,
email: '[email protected]',
},
notes: [
'remember to take the washing out',
'pick up some apples on the way home',
'give Jane a call'
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment