google / incremental-dom

An in-place DOM diffing library
http://google.github.io/incremental-dom/
Apache License 2.0
3.54k stars 180 forks source link

Import `typeId` from Nodes if specified when importing DOM. #306

Closed sparhami closed 7 years ago

sparhami commented 8 years ago

This can be used for frameworks to mark imported DOM with a typeId based on some combination of other attributes prior to the first patch. This slightly differs from key in that it is not intended to be supplied by the developer.