本期主要改进点
- 处理用户在render方法 return this.props.children 的情况,需要将数组转换为单个虚拟DOM
- 处理两个组件虚拟DOM都没有实例化的情况
- 只回收文本节点
- 支持mouseenter/mouseleave及重构事件系统
使用
npm i anujs
或者使用架手架 https://github.com/Levan-Du/a...
npm i -g anu-cli
webpack.config中如何代替原来用React编写的项目
resolve: { alias: { 'react': 'anujs','react-dom': 'anujs','react-tap-event-plugin': 'anujs/lib/injectTapEventPlugin',//如果你在移动端用到了onTouchTap事件 } },原文链接:https://www.f2er.com/react/303358.html