packages/lit-dev-content/site/tutorials/content/wc-to-lit/13.md
You've built a "vanilla" web component and converted it to a Lit-based web component!
You've also converted an unreadable <ts-js> <span slot="js">101</span> <span slot="ts">99</span> </ts-js>-line vanilla web component with a 27-line html template to a <ts-js> <span slot="js">75</span> <span slot="ts">68</span> </ts-js>-line Lit-based web component template-and-all!
Lit's rendering system does the following:
LitElement, Lit's web component base class does the following:
LitElement also enables many more advanced features as the Lit team & community has been building an ecosystem of tooling around it. Learn more by reading the Lit Documentation!
You might enjoy our Lit for React Developers Codelab.