tracker1 / virtual-hyperscript-template

ES6 tagged-template handler to convert html to virtual-dom object
ISC License
2 stars 0 forks source link

Convert base input to virtual-dom #1

Open tracker1 opened 9 years ago

tracker1 commented 9 years ago

Need to convert a string to virtual-dom node tree...

see: https://github.com/unframework/html2hyperscript for inspiration here

tracker1 commented 9 years ago

Thanks @matthewp for pointing out https://github.com/marcelklehr/vdom-virtualize

matthewp commented 9 years ago

Awesome! I might want to contribute on this project at some point, I think it's a great idea.

Also thanks for pointing out https://github.com/unframework/html2hyperscript, I wanted to convert markdown to hyperscript and combined with marked that will get me all of the way there.