- From: <bugzilla@jessica.w3.org>
- Date: Wed, 12 Nov 2014 01:42:45 +0000
- To: public-webapps-bugzilla@w3.org
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: annevk@annevk.nl
Reporter: w3c@marcosc.com
QA Contact: public-webapps-bugzilla@w3.org
CC: mike@w3.org, www-dom@w3.org
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 the QA Contact for the bug.
Received on Wednesday, 12 November 2014 01:42:48 UTC