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

add attributeChangedWatch for generalized attributes in the list #42

Closed o0101 closed 2 years ago

o0101 commented 2 years ago

say I want to watch 'type' on host, then set type on sub components, how to implement in general way?

just re-render? or other