# babel-plugin-hyperhtml **Repository Path**: mirrors_WebReflection/babel-plugin-hyperhtml ## Basic Information - **Project Name**: babel-plugin-hyperhtml - **Description**: Babel plugin which compiles JSX into hyperHTML - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2025-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Babel Plugin HyperHTML [![Build Status](https://travis-ci.org/codemix/babel-plugin-hyperhtml.svg?branch=master)](https://travis-ci.org/codemix/babel-plugin-hyperhtml) An experimental plugin to bring JSX syntax to [hyperHTML](https://github.com/WebReflection/hyperHTML). ## Installation ``` yarn add --dev babel-plugin-hyperhtml ``` or ``` npm install --dev babel-plugin-hyperhtml ``` Then add the following to your babel configuration: ```json { "plugins": ["hyperhtml"] } ``` ## Usage TODO: See the tests and [this demo on AST Explorer](http://astexplorer.net/#/gist/bd0aaf31811a4f68e637c330d0472391/d7d74dcb671df9a4746910bbb939b1e6fef5cea8) for now. ## License Published by [codemix](https://codemix.com/) under a permissive [MIT](./LICENSE.md) license.