Skip to content

Instantly share code, notes, and snippets.

@uupaa
Last active August 29, 2015 14:06
Show Gist options
  • Save uupaa/9dd4d92beee53b9adef6 to your computer and use it in GitHub Desktop.
Save uupaa/9dd4d92beee53b9adef6 to your computer and use it in GitHub Desktop.
VDOM

VDOM Tree

  • import from DOM
  • export to DOM
  • traverse するためのAPIセットを考える
  • 差分の抽出と反映方法を考える
  • node.offsetLeft みたいなリフローを伴うパターンをどうするか考える
  • undo/redo とタイムラインAPIを考える
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment