[Bug 27310] Virtual DOM and DOM diff

https://www.w3.org/Bugs/Public/show_bug.cgi?id=27310

--- Comment #4 from vjeuxx@gmail.com ---
One common use case within React to integrate with 3rd party code that
manipulates the DOM is to have a wrapper component that always renders a <div
/> and use lifecycle methods to manipulate that DOM node.

How would it look like with .diffHTML, it would see that the <div /> is now
empty and would remove everything that's inside.

Also, note that React doesn't need any support from the browser to work.
There's the possibility that it's best left off to be implemented by libraries
rather than inside of the browser.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 12 November 2014 17:37:43 UTC