An open API service indexing awesome lists of open source software.

https://github.com/daliborgogic/dlbr-lit

`lit-html` lets you write HTML templates in JavaScript with template literals.
https://github.com/daliborgogic/dlbr-lit

lit-html lit-html-element webpack

Last synced: 5 months ago
JSON representation

`lit-html` lets you write HTML templates in JavaScript with template literals.

Awesome Lists containing this project

README

          

# dlbr-lit

`lit-html` lets you write HTML templates in JavaScript with template literals.

`lit-html` templates are plain JavaScript and combine the familiarity of writing HTML with the power of JavaScript. lit-html takes care of efficiently rendering templates to DOM, including efficiently updating the DOM with new values.