An exploration of how templates behave in LitElement
.
- stories/reconciliation-branching explores rendering implications of rendering
LitElement
components conditionally in a template. - stories/reconciliation-list explores rendering implications of modifying (reording / extending) a list of
LitElement
components. - stores/nested-components-render explores rendering performance implications when attributes of nested components are updated.