-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
enhancementNew feature or requestNew feature or requestmodule:coremodule:template-compilerneed discussionFurther discussion is needed to decideFurther discussion is needed to decide
Description
This is a feature request for potential performance improvement. Maybe we can prevent updating <template> when all template data is not updated, for example
this.setData({ C: { text: 'msg' } }}will not trigger update process inside the following <template is="tmpl">
<text>{{ C.text }}</text>
<template is="tmpl" data="{{ ...A, ...B }}" /> Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestmodule:coremodule:template-compilerneed discussionFurther discussion is needed to decideFurther discussion is needed to decide