Open AndrewJakubowicz opened 3 years ago
Possibly a duplicate of https://github.com/lit/lit.dev/issues/445 ?
https://github.com/lit/lit/wiki/How-it-Works is a good (though probably slightly outdated now) reference. Would also love an updated and expanded version of it on lit.dev.
Context
I found it very helpful to read over the concepts section of the legacy lit-html website: https://lit-html.polymer-project.org/guide/concepts
This goes through the concepts of how the
html
tag uses string literals and expressions with the<template>
tag to render efficiently, and then update efficiently.Do we have a similar section in lit.dev?
Completion criteria (one of):
html
tag concept section on lit.dev?