Compiles JSX to hyperHTML calls.
npm install babel-plugin-hyperhtml
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:
`json``
{
"plugins": ["hyperhtml"]
}
TODO: See the tests and this demo on AST Explorer for now.