Skip to content

Instantly share code, notes, and snippets.

@ascorbic
Created August 17, 2018 15:28
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 ascorbic/35f6322766ebe4590c8e3af717486a3b to your computer and use it in GitHub Desktop.
Save ascorbic/35f6322766ebe4590c8e3af717486a3b to your computer and use it in GitHub Desktop.
Genie&
Genie&
Music
Playing
STOP -> Stopped
Stopped
PLAY -> Playing
Search
Default*
Search for tracks -> Searching
Searching
NORESULTS -> Default
MANYRESULTS -> ManyResults
ManyResults
PLAY THE FIRST RESULT -> Playing
function render(model) {
return <p>{model.active_states[0].name}</p>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment