Learning Redux by Daniel Bugl

Learning Redux by Daniel Bugl

Author:Daniel Bugl [Bugl, Daniel]
Language: eng
Format: azw3
Tags: COM051260 - COMPUTERS / Programming Languages / JavaScript, COM060160 - COMPUTERS / Web / Web Programming, COM051390 - COMPUTERS / Programming / Open Source
Publisher: Packt Publishing
Published: 2017-08-31T04:00:00+00:00


Example output

The following is example output obtained by making an HTTP GET /api/posts request to the backend server:

[

{

"id": "13b68488-5e02-46ea-84f3-612970175951",

"user": "dan",

"title": "First post",

"text": "Hello world! This is the first blog post.",

"category": "welcome",

"created": 1494494448048,

"updated": 1494494448048

},

{

"id": "11b9b72f-342a-49ef-ba19-68b55fbe3e2c",

"user": "des",

"title": "Another test",

"text": "This is another test blog post.",

"category": "test",

"created": 1494494448048,

"updated": 1494494448048

}

]



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.