React(0.13) hello world

Posted wensongyu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了React(0.13) hello world相关的知识,希望对你有一定的参考价值。

<!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的主要内容,如果未能解决你的问题,请参考以下文章

01react 之 hello world

react native 入门 - 环境搭建, 创建第一个Hello World

深入浅出React Native 3: 从零开始写一个Hello World

html Hello React - ReactJs 1.3中的Hello World,不使用JSX

react 第一个组件 “hello world!”

react + webpack +es6 hello world