文件名称:bindable-component:公开用于绑定处理程序的可扩展的react组件
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-18 16:33:44
JavaScript
可结合成分 公开BindableComponent以轻松绑定组件方法以用作react中的处理程序。 还提供了BaseComponent ,唯一的区别是包含了PureRenderMixin 。 安装 npm install --save bindable-component 用法 import { BindableComponent } from 'bindable-component' ; // Aternatively // import { BaseComponent } from 'bindable-component'; class MyComponent extends BindableComponent { constructor ( ) { super ( ) ; this . _bind ( 'onClick' , 'onChange' ) ;
【文件预览】:
bindable-component-master
----.eslintrc(629B)
----src()
--------bindable-component.jsx(737B)
----.babelrc(17B)
----.npmignore(5B)
----.travis.yml(38B)
----LICENSE(1KB)
----test()
--------bindable-component.js(1KB)
--------mocha.opts(49B)
----README.md(1012B)
----.gitignore(722B)
----package.json(1KB)