Skip to content

Instantly share code, notes, and snippets.

@MarcoWorms
Created December 1, 2016 16:06
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 MarcoWorms/ded098ed77e6f972451b591b22a5aa8b to your computer and use it in GitHub Desktop.
Save MarcoWorms/ded098ed77e6f972451b591b22a5aa8b to your computer and use it in GitHub Desktop.
function renderState (state) {
var html = '<p>' + state.something + '</p>'
document.getElementById('root').innerHTML = html
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment