/unjsx

🏷 - tagged template string virtual dom builder

Primary LanguageJavaScriptBSD 2-Clause "Simplified" LicenseBSD-2-Clause

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).