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
{{ message }}
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.
Create methods for converting jsx into templates and rendering templates and template attributes.
Allow for References and Keys for element lists.
Allow for Element Reuse instead of complete rerendering
h method should return a template
Templates should be createable, creating HTML Elements when necessary
Templates should be able to update existing elements as to fit the internal layout.
Templates should attach and detach event handlers as necessary
Templates should insert and remove list elements only when necessary and never replace the value of a key attribute.
Templates should assign references to the component reference lookup table
Templates should be renderable onto any target or just as is into a vdom node
The text was updated successfully, but these errors were encountered:
Create methods for converting jsx into templates and rendering templates and template attributes.
Allow for References and Keys for element lists.
Allow for Element Reuse instead of complete rerendering
The text was updated successfully, but these errors were encountered: