单项选择题
A.MyContext=createContext() B.const MyContext=createContext C.const MyContext=Context D.都不对
A.componentWillUpdate B.componentDidUpdate C.componentWillReceiveProps D.render
A.使用函数创建组件 B.优化shouldComponentUpdata C.循环使用key D.组件拆分