1 dépôt
Maintaining a persistent link between template expressions and their corresponding DOM nodes for targeted updates.
Distinct from DOM Node Caching: Distinct from DOM Node Caching as it focuses on the mapping for reactivity rather than just preserving nodes across template switches.
Explore 1 awesome GitHub repository matching data & databases · DOM Node Mapping. Refine with filters or upvote what's useful.
lit-html is a JavaScript HTML templating library and reactive UI template engine. It uses tagged template literals to render dynamic HTML templates, focusing on efficient partial updates to the DOM to minimize browser reflows. The library functions as a rendering tool for web components and supports server-side rendering to improve initial page load speeds and search engine optimization. Its capabilities cover the development of lightweight custom HTML elements and the management of dynamic HTML rendering. It includes support for high-performance list rendering and the handling of asynchrono
Maintains a mapping between template placeholders and actual DOM nodes to update only changed elements.