Skip to content

Instantly share code, notes, and snippets.

@vzaidman
Created December 8, 2017 13:07
Show Gist options
  • Save vzaidman/52d8d4b463fe87a6802c4c48f52aaf4e to your computer and use it in GitHub Desktop.
Save vzaidman/52d8d4b463fe87a6802c4c48f52aaf4e to your computer and use it in GitHub Desktop.
{
profile: {
data: { id: '...', name: '...', /** ...user profile **/ },
loading: false
},
customers: {
data: [ 'customer0', 'customer1', /** ...customers array **/ ],
loading: false
},
orders: {
data: [ 'order0', 'order1', /** ...orders array **/ ],
loading: false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment