htm
htm copied to clipboard
Hyperscript Tagged Markup: JSX alternative using standard tagged templates, with compiler support.
Results
52
htm issues
Sort by
recently updated
recently updated
newest added
Since [TypeScript can't typecheck tagged template strings](https://github.com/microsoft/TypeScript/issues/29432), I've been compiling my code using [babel-plugin-htm](https://www.npmjs.com/package/babel-plugin-htm) and running TypeScript on the output. That works pretty well, with one big exception: omitting the...