Charlike Mike Reagent
Charlike Mike Reagent
[blockml](https://www.npmjs.com/package/blockml) is a markup language that generates HTML. The purpose of blockml is to make writing HTML feel more consistent with the way we write JavaScript and CSS. https://medium.com/@ajmd17/how-i-built-my-own-react-in-two-days-and-why-i-did-it-969c3d048f78
https://github.com/thysultan/jsx.js - looks interesting, but there's no _real_ tests...
https://github.com/dannav/ibra - still can't realize what's the purpose of this _thing_ but yea.. we are free to populate npm registry with million tons of garbage. ref: reddit thread https://www.reddit.com/r/javascript/comments/61zclh/ibra_a_markdown_view_engine_for_javascript/dfj7twu/
https://github.com/tunnckoCore/mich-to-html Just tiny and naive implementation of virtual dom to html string. I think is pretty enough. I'll going to add self-closing tags support soon. It is just a matter...
https://github.com/bobbybee/uPresent ```js var upresent = require('upresent') upresent(input) ``` very bad api! But I believe that would be enough. Other option is `upresent(input, true, '', true)`