React 内部原理,第二部分:添加 componentWillMount 和 componentDidMount
原文:React Internals, Part Two: componentWillMount and componentDidMount In part one we established basic rendering in Feact. That touched upon the most important lifecycle method, render, and now we’re going to add in componentWillMount and componentDidMount support to Feact. 在part one ,我们在 Feact 中…