unjsx
v2.0.3
Published
tagged template string builder for custom tags
Downloads
4
Maintainers
Readme
unjsx
This module is similar to JSX, but provided as a standards-compliant ES6 tagged template string function.
compatibility
Template strings 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!
prior art
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)