Skip to content

Instantly share code, notes, and snippets.

@dennyabrain
Last active November 11, 2019 21:08
Show Gist options
  • Save dennyabrain/c30f17c1d0a062ff4e2ce8ae5123fb2b to your computer and use it in GitHub Desktop.
Save dennyabrain/c30f17c1d0a062ff4e2ce8ae5123fb2b to your computer and use it in GitHub Desktop.
Example Redux Store
{
"sectionSearchDuplicate": {
"status": "data",
"type": "image",
"mediaUrl": "https://tattle-media.s3.amazonaws.com/post_image_1.jpeg"
},
"sectionSearchFactCheckedStories": {
"status": "data",
"urls": [
{
"title": "Sample Title of First Url",
"url": "https://www.altnews.in/authors-wikipedia-page-vandalised-after-times-critical-cover-story-on-pm-modi/",
"timestamp": "10th May 2019"
},
{
"title": "Sample Title of Second Url",
"url": "https://www.boomlive.in/amidst-shutdown-rumours-lakshmi-vilas-bank-files-police-complaint/",
"timestamp": "9th May 2019"
},
{
"title": "Sample Title of Third Url",
"url": "https://www.altnews.in/authors-wikipedia-page-vandalised-after-times-critical-cover-story-on-pm-modi/",
"timestamp": "19th March 2018"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment