Skip to content

Instantly share code, notes, and snippets.

@stuf
Created April 16, 2019 11:44
Show Gist options
  • Save stuf/f7d16e331f8ac5dd4f76f215fc77a0e2 to your computer and use it in GitHub Desktop.
Save stuf/f7d16e331f8ac5dd4f76f215fc77a0e2 to your computer and use it in GitHub Desktop.
Services*
Services*
Init*
init -> Get Results
Get Results
success -> Show Results
failed -> Show Error
Show Results
Show Error
function render(model){
let current_state_name = model.active_states[0].name;
const x = (
<div style={{ color: 'red' }}>
{current_state_name}
</div>
);
return x;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment