Upgrade to Pro — share decks privately, control downloads, hide ads and more …

How to write your own Virtual DOM

How to write your own Virtual DOM

Cheesecake Labs

December 21, 2017
Tweet

More Decks by Cheesecake Labs

Other Decks in Technology

Transcript

  1. Document Object Model "DOM is a programming interface for HTML

    and XML documents." "The DOM represents the document as nodes and objects. "
  2. "Virtual DOM is any kind of representation of a real

    DOM" "The Virtual DOM is an abstraction of the HTML DOM. Since the DOM itself was already an abstraction, the virtual DOM is, in fact, an abstraction of an abstraction." "The Virtual DOM was not invented by React"