码迷,mamicode.com
首页 > 其他好文 > 详细

React(0.13) hello world

时间:2016-03-24 12:49:31      阅读:114      评论:0      收藏:0      [点我收藏+]

标签:

<!DOCTYPE html>
<html>
    <head>
        <title>React JS</title>
        <script src="../build_0.13/react.js"></script>
        <script src="../build_0.13/JSXTransformer.js"></script>
    </head>
    <body>
        <div id="example"> </div>
        <script type="text/jsx">
            React.render( <h1>Hello, world!</h1>, document.getElementById(‘example‘) );
        </script>
    </body>
</html>

 

React(0.13) hello world

标签:

原文地址:http://www.cnblogs.com/yuwensong/p/5314891.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!