Last active
November 11, 2019 21:08
-
-
Save dennyabrain/c30f17c1d0a062ff4e2ce8ae5123fb2b to your computer and use it in GitHub Desktop.
Example Redux Store
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
{ | |
"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