Skip to content

Instantly share code, notes, and snippets.

View pavsidhu's full-sized avatar
🐧

Pav Sidhu pavsidhu

🐧
View GitHub Profile
@pavsidhu
pavsidhu / state_example.js
Created January 29, 2017 00:59
Redux state example
{
user: {
name: 'John Smith',
age: 22,
email: 'john_smith1@gmail.com',
},
notes: [
'remember to take the washing out',
'pick up some apples on the way home',
'give Jane a call'