DEV Community

Discussion on: Can web components UI use dynamic data from our backends DB as input?

Collapse
 
michaelwarren1106 profile image
Michael Warren

i misspoke, i meant to say other output targets. Stencil can output more than web components but it’s gonna depend on your use case: stenciljs.com/docs/output-targets

Lit is the custom elements base class, lit-html is an included tool that helps with making HTML templates inside Lit element render functions. lit-html is the package that has html`` tagged template strings and other helpers for dealing with HTML as strings for use in web comps