o0101 / good.html

💎 Good.HTML. A nice framework without the bad stuff. Lots of custom elements, and nice templates. Good. HTML
https://o0101.github.io/good.html/
MIT License
21 stars 2 forks source link

maybe need an "onrender" event #51

Closed o0101 closed 2 years ago

o0101 commented 2 years ago

like when something changes...? but it's hard to specify. we have on bond for first time the tree is attached to DOM....

o0101 commented 2 years ago

no need we can make something happen every render with code like this

<div>
    ${(() => {
      console.log(_top.activeTab());
    })()}
</div>