Files
open-wc/docs/developing/lit-html.md
2019-10-24 01:31:55 +02:00

811 B

lit-html

We recommend lit-html with the lit-element base class as a general-purpose library for building web components. lit-html is feature complete, extremely lightweight and offers a great development experience.

Under the hood new Web Component APIs such as Constructable Stylesheets are used when they are available. As browser support improves, you get performance improvements for free.

Getting started

To get started, we recommend using our project scaffolding:

npm init @open-wc

Examples

Check out the code examples page for a collection of best practices and design patterns.