0.react中文job
1.什么是react
* react是前端组件化编程的一种方式,react注重渲染这一块的功能,react的virtualDOM有效的更新页面的DOM,react的事件机制也帮我们做了事件委托等优化。react本身没有提供强大的数据管理,mobx、redux等库。react本身没有封装路由操作,可以实用react-router。
2.react context?getChildContext?
3.redux
4.设计模式
5.react,mobx,react-router,moment,lodash ------webpack,typescript,babel,sass
6. a higher-order component is a function that takes a component and returns a new component.
7.内存泄漏测试?
8.高阶组件!!
9.componentDidMount监听,willUnmount需要移除监听,否则内存泄漏,and cannot setstate on an unmounted component???
10.fiber:更新优先级、长列表优化
11.https://stackoverflow.com/questions/510213/when-does-reflow-happen-in-a-dom-environment