Skip to content

Instantly share code, notes, and snippets.

@netopyr
Last active October 7, 2016 15:40
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 netopyr/16d5d0d0b0d9f8f8cf8a094ee49a2b51 to your computer and use it in GitHub Desktop.
Save netopyr/16d5d0d0b0d9f8f8cf8a094ee49a2b51 to your computer and use it in GitHub Desktop.
Virtual DOM example
{ tagName: 'div',
attributes: {
class: 'view'
},
children: [
{ tagName: 'input', ... },
{ tagName: 'label', ... },
{ tagName: 'button', ... }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment