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

源码分析-react3-创建dom

时间:2017-12-10 11:11:39      阅读:140      评论:0      收藏:0      [点我收藏+]

标签:sha   react   reac   log   logs   super   hello   dom   alt   

React.createElement

class Welcome extends React.Component {
  constructor(){
  	super()
    this.state={
    test:1}
  }
  render() {
    return <h1>Hello, {this.props.name}</h1>;
  }
  componentWillMount(){}
}

技术分享图片

html内置标签

技术分享图片

 

源码分析-react3-创建dom

标签:sha   react   reac   log   logs   super   hello   dom   alt   

原文地址:http://www.cnblogs.com/jiebba/p/8014321.html

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