babel-plugin-hyperhtml
v0.0.4
Published
Compiles JSX to hyperHTML calls.
Readme
Babel Plugin HyperHTML
An experimental plugin to bring JSX syntax to hyperHTML.
Installation
yarn add --dev babel-plugin-hyperhtmlor
npm install --dev babel-plugin-hyperhtmlThen add the following to your babel configuration:
{
"plugins": ["hyperhtml"]
}Usage
TODO: See the tests and this demo on AST Explorer for now.
