Skip to content

Instantly share code, notes, and snippets.

@btg5679
Last active July 14, 2017 01:21
Show Gist options
  • Save btg5679/7c3113a7b4901b4ff680f42813b1906e to your computer and use it in GitHub Desktop.
Save btg5679/7c3113a7b4901b4ff680f42813b1906e to your computer and use it in GitHub Desktop.
Redux Store
const store = createStore(r, {
user: {
name: 'wacko',
age: 48
},
comments: ['hi', 'hola']
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment