Created
October 3, 2018 23:55
-
-
Save Jossdz/34607c8dbf2bc48f2137dfb42dba2837 to your computer and use it in GitHub Desktop.
react data
This file contains hidden or 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
{ | |
"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