mirror of
https://github.com/zebrajr/react.git
synced 2025-12-07 00:20:28 +01:00
See /react/html-jsx.html. Not directly linked from the site yet as there may still be some minor issues with it.
12 lines
238 B
Markdown
12 lines
238 B
Markdown
---
|
|
layout: default
|
|
title: HTML to JSX
|
|
id: html-jsx
|
|
---
|
|
<div class="jsxCompiler">
|
|
<h1>HTML to JSX Compiler</h1>
|
|
<div id="jsxCompiler"></div>
|
|
<script src="js/html-jsx-lib.js"></script>
|
|
<script src="js/html-jsx.js"></script>
|
|
</div>
|