Skip to content

Instantly share code, notes, and snippets.

@btg5679
Created July 14, 2017 01:16
Show Gist options
  • Save btg5679/ef7a7ad3ad7beb7dd656411bad4accda to your computer and use it in GitHub Desktop.
Save btg5679/ef7a7ad3ad7beb7dd656411bad4accda to your computer and use it in GitHub Desktop.
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