We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
422b540
const count = state(0) $(document).append(html` <button @click=${count.value++}>The count is ${count}</button> `)