[Bug 27310] New: Virtual DOM and DOM diff
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]/Bugs/Public/> |
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27310
Bug ID: 27310
Summary: Virtual DOM and DOM diff
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: DOM
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
An increasing number of libraries (React.js, Mithril.js, Mercury, etc.) are
relying on creating a "virtual dom". Speaking to the creator or mithril.js, Leo
Horie, he recommended that it should be was possible to take a HTML
representation and send it into something like `.innerHTML`, but with some kind
of flag that says "use this HTML as a diff". The advantage is that the DOM
isn't trashed - it's diffed based on the input, and the real DOM gets updated.
--
You are receiving this mail because:
You are on the CC list for the bug.