Skip to content

Instantly share code, notes, and snippets.

@nadeesha
Last active March 28, 2016 01:53
Show Gist options
  • Save nadeesha/4b885bd6d4d9fa7dab17 to your computer and use it in GitHub Desktop.
Save nadeesha/4b885bd6d4d9fa7dab17 to your computer and use it in GitHub Desktop.
Example Store Structure
{
user: {
name: "...",
email: "..."
},
orders: {
count: 10,
items: [...]
},
application: {
config: {
foo: "...",
bar: "..."
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment