Created
July 14, 2017 01:16
-
-
Save btg5679/ef7a7ad3ad7beb7dd656411bad4accda to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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