LitElement in depth: the update lifecycle
One key feature of LitElement is that it renders asynchronously to ensure efficiency and good performance. Let's see how the update process works... Read more March 7, 2020 - 7 minute read
One key feature of LitElement is that it renders asynchronously to ensure efficiency and good performance. Let's see how the update process works... Read more March 7, 2020 - 7 minute read
Introduction to LitElement. It is on my series about lit-html and LitElement. Read more November 20, 2019 - 11 minute read
Create ultra-fast web components using lit-html and the React approach. It is on my series about lit-html and LitElement. Read more July 5, 2019 - 7 minute read
All about writing templates using lit-html. It is the the second post of a series about lit-html and LitElement. Read more June 17, 2019 - 9 minute read