Skip to content

Instantly share code, notes, and snippets.

@natew
Created October 23, 2015 01:36
Show Gist options
  • Save natew/8a63305a404c3c320172 to your computer and use it in GitHub Desktop.
Save natew/8a63305a404c3c320172 to your computer and use it in GitHub Desktop.
view SayHi {
let size = 10
<h1>hello</h1>
<button onClick={() => size += 20}>up</button>
$h1 = { fontSize: size, color: 'blue' }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment