You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
359 B
15 lines
359 B
12 years ago
|
---
|
||
|
layout: default
|
||
|
title: JSX Compiler Service
|
||
|
id: jsx-compiler
|
||
|
---
|
||
|
<div class="jsxCompiler">
|
||
|
<h1>JSX Compiler</h1>
|
||
|
<p>
|
||
|
This tool demonstrates how <a href="/react/docs/syntax.html">JSX syntax</a>
|
||
|
is desguared into native JavaScript.
|
||
|
</p>
|
||
|
<div id="jsxCompiler"></div>
|
||
|
<script type="text/javascript" src="js/jsx-compiler.js"></script>
|
||
|
</div>
|