tagged template string builder for custom tags
npm install unjsxThis module is similar to JSX, but provided as a standards-compliant ES6 tagged
template string function.
[Template strings][1] are available in:
node 4+, chrome 41, firefox 34, edge, opera 28, safari 9
If you're targeting these platforms, there's no need to use a transpiler!
[1]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/template_strings
Based on hyperx, original work of James Halliday (substack).
* http://github.com/choojs/hyperx
* http://www.2ality.com/2014/07/jsx-template-strings.html?m=1
* http://facebook.github.io/jsx/#why-not-template-literals (respectfully disagree)