Lit is awesome!! I think lit-element is the best way to write web-components, and lit-html is great template engine which can run on server and also client, but I have one point disatisfing about lit, this is template-literal based DOM constructation.
I think JSX is better option than template-literal.
TypeScript support
more familiar
better collaboration with babel or eslint, because many AST parser can parse JSX to each element
Motivation
Lit is awesome!! I think lit-element is the best way to write web-components, and lit-html is great template engine which can run on server and also client, but I have one point disatisfing about lit, this is template-literal based DOM constructation.
I think JSX is better option than template-literal.