README
babel-plugin-jsx-to-generichtml
An experimental babel plugin to transpile react/preact classes containing JSX into generic HTML. This HTML can be further transformed into various template libraries include JAVA Freemarker
An experimental babel plugin to convert JSX contained in React/ Preact classes's render function to Generic HTML. This HTML can be further transpiled into different Java or any other language template engine
<script type="module">
import babelPluginJsxToGenerichtml from 'https://cdn.skypack.dev/babel-plugin-jsx-to-generichtml';
</script>
An experimental babel plugin to transpile react/preact classes containing JSX into generic HTML. This HTML can be further transformed into various template libraries include JAVA Freemarker