Skip to content

Instantly share code, notes, and snippets.

@ldmarz
Created September 3, 2018 18:46
Show Gist options
  • Save ldmarz/23741952df4f1c5bb00595831906493d to your computer and use it in GitHub Desktop.
Save ldmarz/23741952df4f1c5bb00595831906493d to your computer and use it in GitHub Desktop.
// Data example
const mockData = [
{
"title": "Old Man's War",
"author": {
"firstName": "John",
"lastName": "Scalzi"
}
},
{
"title": "The Lock Artist",
"author": {
"firstName": "John",
"lastName": "Hamilton"
}
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment