Skip to content

Instantly share code, notes, and snippets.

@Jossdz
Created October 3, 2018 23:55
Show Gist options
  • Save Jossdz/34607c8dbf2bc48f2137dfb42dba2837 to your computer and use it in GitHub Desktop.
Save Jossdz/34607c8dbf2bc48f2137dfb42dba2837 to your computer and use it in GitHub Desktop.
react data
{
"posts": [
{
"id": 1,
"title": "Learning React",
"description": "Build your first react app",
"image": "https://ed.team/sites/default/files/styles/16_9_large/public/2018-04/referencias-react.jpg",
"claps": "0"
},
{
"id": 2,
"title": "What a heck is gatsby",
"description": "a brief introduction to gatsby",
"image": "https://cdn-images-1.medium.com/max/1600/1*cBw1gKjYIhirBihvyJD3dg.png",
"claps": "0"
}
],
"comments": [
{
"id": 1,
"body": "nice post",
"postId": 1
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment