dojo / core

:rocket: Dojo 2 - language helpers and utilities.
http://dojo.io
Other
213 stars 58 forks source link

Re-use DOM when merging with the Projector #333

Closed kitsonk closed 7 years ago

kitsonk commented 7 years ago

Feature

The Projector should allow DOM to be re-used when merging.

The Projector should walk the VNode that is being merged, setting the DOM nodes, if they are already present in the DOM. This coupled with a similar feature in maquette will allow the DOM to be re-used instead of being dropped an re-created in order to support easier server side rendering or render context switching.

kitsonk commented 7 years ago

Issue moved to dojo/widget-core #486 via ZenHub