Skip to content

Instantly share code, notes, and snippets.

@productioncoder
Created October 24, 2018 06:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save productioncoder/b69eaf2e8b0acc54f5440927a8a44851 to your computer and use it in GitHub Desktop.
Save productioncoder/b69eaf2e8b0acc54f5440927a8a44851 to your computer and use it in GitHub Desktop.
Youtube Redux state with categories
{
"api": {
"libraryLoaded": false
},
"videos": {
"byId": {
"FLqvTE1Eqfg": {
"kind": "youtube#video",
"etag": "\"XI7nbFXulYBIpL0ayR_gDh3eu1k/rzYqHJdz-a40clbPa3V5RJul7XU\"",
"...": "..."
},
"mostPopular": {
"items": ["FLqvTE1Eqfg", "..."],
"totalResults": 200,
"nextPageToken": "some-cryptic-token"
},
"categories": {
"1": "Film & Animation",
"2": "Music"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment