An experimental plugin to bring JSX syntax to hyperHTML.
yarn add --dev babel-plugin-hyperhtml
or
npm install --dev babel-plugin-hyperhtml
Then add the following to your babel configuration:
{
"plugins": ["hyperhtml"]
}
TODO: See the tests and this demo on AST Explorer for now.