Skip to content

Instantly share code, notes, and snippets.

@pavsidhu
pavsidhu / state_example.js
Created January 29, 2017 00:59
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'