You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create separate binding classes for each type of binding class, if, style etc.
We need to create a simple TemplateParser based on native DOMParser available in browser. Which should parse the html template string and convert into an object model. Next, from the template object model and the component state we need to create the latest DOM model. Finally, compare the latest dom model with the older one and create the batch operations we need to perform on DOM.
The text was updated successfully, but these errors were encountered:
Analysis and research on supporting template bindings.
ex.
Create separate binding classes for each type of binding
class
,if
,style
etc.We need to create a simple
TemplateParser
based on nativeDOMParser
available in browser. Which should parse the html template string and convert into an object model. Next, from the template object model and the component state we need to create the latest DOM model. Finally, compare the latest dom model with the older one and create the batch operations we need to perform on DOM.The text was updated successfully, but these errors were encountered: