lit-html retweetledi

We just unflagged ESM in @nodejs
Amazing work everyone!
github.com/nodejs/node/co…
English
lit-html
17 posts

@lit_html
Efficient, Expressive, Extensible


📣 New release of wired-elements (v0.5.2) ✨ Hand-drawn sketchy UI web components ✨ Great for wireframes, mockups, or just the fun hand-drawn look. ✨ Now rendered with @polymer lit-element. ✨ New sketchy website: wiredjs.com




















dear @lit_html, what's the difference between your html tagged function and following snippet const helloTemplate = (name) =>`<div>Hello ${name}!</div>`; (no html tag)? Is it just using HTML Templates (Web Components standard) under the hood?

