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
  1. Add EMMET-like shorthand for creating classes and id:s
  2. Add lifecycle hooks
  3. Fix bug with link (I don't know what i'm commenting out really 🙈)
  4. False will not create an element, you can use shouldIrenderThis && myComponent()

Just for discussion :)