为了账号安全,请及时绑定邮箱和手机立即绑定

页面没有出现文字

页面不出现hello world  控制器出现Download the React DevTools for a better development experience: https://fb.me/react-devtools提示,是怎么回事,急急急!!!

正在回答

3 回答

<div id="root"></div> 

<script src="bower_components/react/react.min.js"></script>

<script src="bower_components/react/react-dom.js"></script>

<script src="bower_components/react/browser.js"></script>

        <script type="text/babel">

 var Hello = React.createClass({

    render:function(){

      return <div>Hello {this.props.name}</div>;

    }

 });

 React.render(<Hello name="World"/>,document.getElementById('root'));

   </script>

为什么我的还是渲染不了呢

0 回复 有任何疑惑可以回复我~

谢谢,解决了

0 回复 有任何疑惑可以回复我~

问题不在于这个,可能是:
1、var Hello = React.createClass(),Hello首字母要大写
2、如果你是用最新的react.js,那可能不要用JSXtransformer.js,换成browser.min.js。然后是<script type="text/babel">,替换原来的<script type="text/jsx">
希望对你有帮助,我也是初学者

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
React入门
  • 参与学习       122141    人
  • 解答问题       121    个

颠覆式前端UI开发框架React入门视频教程,赶紧学起来

进入课程

页面没有出现文字

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信