DEV Community

Discussion on: Render HTML with Vanilla JavaScript and lit-html

Collapse
 
justinfagnani profile image
Justin Fagnani

Nice article!

typescript-lit-html-plugin is great, but I would recommend the ts-lit-plugin for tsc and lit-plugin for VS Code - they have a lot more features around type checking templates, and bindings to attributes and properties, including for custom elements. See github.com/runem/lit-analyzer/tree... and marketplace.visualstudio.com/items...

Collapse
 
john_papa profile image
John Papa

I’ll check those out. Thanks for sharing.