在使用reactjs的时候,我们经常会使用到下面三个方法:
<span style="font-size:12px;">var factory = React.createFactory(component); var element = factory(props, ...., children);</span>
Reactjs学习 -- factory、component和element
原文地址:http://blog.csdn.net/duran1986/article/details/42740025