14 lines
153 B
Plaintext

class {
onCreate() {
this.state = {
count: 0
};
}
}
<div.root>
<span>
${state.count}
</span>
</div>