issues
search
yelouafi
/
petit-dom
minimalist virtual dom library
MIT License
506
stars
36
forks
source link
Various additions
#16
Closed
cjh9
closed
6 years ago
cjh9
commented
6 years ago
Add EMMET-like shorthand for creating classes and id:s
Add lifecycle hooks
Fix bug with link (I don't know what i'm commenting out really 🙈)
False will not create an element, you can use
shouldIrenderThis && myComponent()
Just for discussion :)
shouldIrenderThis && myComponent()
Just for discussion :)