Skip to content

Instantly share code, notes, and snippets.

@yelouafi
Last active August 29, 2015 14:25
Show Gist options
  • Select an option

  • Save yelouafi/def8e1e48830b1982048 to your computer and use it in GitHub Desktop.

Select an option

Save yelouafi/def8e1e48830b1982048 to your computer and use it in GitHub Desktop.
import h from 'snabbdom/h';
var vnode = h('div', {style: {fontWeight: 'bold'}}, 'Hello world');
patch(document.getElementById('placeholder'), vnode);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment