react-decorate-props:react-decorate是一个高阶组件,可以帮助您连接className,合并样式并转发其余道具

时间:2024-05-20 02:20:48
【文件属性】:

文件名称:react-decorate-props:react-decorate是一个高阶组件,可以帮助您连接className,合并样式并转发其余道具

文件大小:44KB

文件格式:ZIP

更新时间:2024-05-20 02:20:48

react reactjs JavaScript

React装饰道具 react-decorate-props是一个,可以帮助您连接className ,合并style并转发其余的props。 在render()不再有const {className, style, ...others} = this.props 。 用法 // Instead of... class Foo extends React . Component { render ( ) { const { className , style , ... others } = this . props ; const rootClass = "root" ; const rootStyle = { color : "red" , backgroundColor : "green" } ; return ( < div


【文件预览】:
react-decorate-props-master
----src()
--------index.js(1KB)
----.babelrc(27B)
----.travis.yml(69B)
----test()
--------index.test.js(3KB)
----README.md(1KB)
----.gitignore(13B)
----package-lock.json(180KB)
----package.json(1012B)

网友评论