hoist non react statics:将非React特定的静态信息从子组件复制到父组件 源码
提升机无React静力 将非React特定的静态信息从子组件复制到父组件。 与Object.assign相似,但使用React可以防止覆盖静态关键字。 $ npm install --save hoist-non-react-statics 用法 import hoistNonReactStatics from 'hoist-non-react-statics' ; hoistNonReactStatics ( targetComponent , sourceComponent ) ; 如果您不想悬挂特定的静态变量,则还可以传递第三个参数以排除它们: hoistNonReactStatics ( targetComponent , sourceComponent , { myStatic : true , myOtherStatic : true } ) ; 这个模块做什么? 请
文件列表
hoist-non-react-statics-master.zip
(预估有个14文件)
hoist-non-react-statics-master
.travis.yml
107B
.eslintrc
306B
.babelrc
32B
rollup.config.js
1KB
package.json
2KB
tests
.babelrc
108B
unit
index.js
9KB
暂无评论