文件名称:hoist-non-react-statics:将非React特定的静态信息从子组件复制到父组件
文件大小:64KB
文件格式:ZIP
更新时间:2024-03-14 00:39:48
JavaScript
提升机无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
----.travis.yml(107B)
----.eslintrc(306B)
----.babelrc(32B)
----rollup.config.js(1KB)
----package.json(2KB)
----tests()
--------.babelrc(108B)
--------unit()
----src()
--------index.js(3KB)
----.coveralls.yml(24B)
----LICENSE.md(2KB)
----.gitignore(44B)
----CHANGELOG.md(1KB)
----README.md(2KB)
----yarn.lock(145KB)