文章分类 -  ReactJs

使用Reactjs Mixins 重构JS代码
摘要:抛砖引玉 实现一个日志功能。 组件在挂载前打印 Component will mount 组件挂载后打印 Component did mount 不能忍受的写法 var AComponent = React.createClass({ componentWillMount: function () 阅读全文
posted @ 2016-04-07 17:49 heoo 阅读(247) 评论(0) 推荐(0)