lite-html icon indicating copy to clipboard operation
lite-html copied to clipboard

A modern replacement for VirtualDOM rendering engines

Results 5 lite-html issues
Sort by recently updated
recently updated
newest added

hi i'm trying to set a property on a custom element like: ``` let obj = {id:500} return html` ... ``` in the connected callback of state-a custom element i...

With each TemplateInstance now tracking a parent and before- and after- siblings, there's some duplication going on between the TemplateInstance constructor and the NodePart constructor. The logic for determining the...

A solution for ShadyCSS is needed. It is probably fine to build it in by default; and process all Templates through the ShadyCSS processor if it is present. Some combination...

enhancement
compatibility

Currently `previousValue` is used in the individual `_render` helpers, but set globally in the `render` function. It doesn't work as intended for `_renderPrimitive`, and there are some other issues. It...

enhancement

There are some bugs with rendering Promises. If a NodePart renders a Promise, then another value (any other), and then the first Promise again, it will not do anything when...

bug