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.
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.