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

[syntax] add `.state[prop]` convenience setters and getters proxy to Base #19

Closed o0101 closed 3 years ago

o0101 commented 3 years ago

so instead of using cloneState and setState

we can use

this.state.myProp = myVal

etc