Skip to content

Instantly share code, notes, and snippets.

@ViliamKopecky
Created February 28, 2019 12:58
Show Gist options
  • Save ViliamKopecky/e892986afacf6b733cb715a35f8139f5 to your computer and use it in GitHub Desktop.
Save ViliamKopecky/e892986afacf6b733cb715a35f8139f5 to your computer and use it in GitHub Desktop.
My Awesome Sketch
My Awesome Sketch
First State
some event -> Trololo
Trololo
function render(model){
let current_state_name = model.active_states[0].name;
return <pre>{JSON.stringify((model.active_states[0].name), null, 2)}</pre>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment