文件名称:react-es6-component:自动绑定方法(例如非es6 JSX版本)的ES6 React Component会自动执行
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-02 00:16:06
JavaScript
ReactES6组件 该组件绑定其方法,例如老式的React.createClass,以便“ this”指向正确的事物。 用法 import Component from 'react-es6-component' ; class MyComponent extends Component { render ( ) { return ( < div> < button onClick = { this . _magicAutoboundMethod } / > < / div > ) ; } _magicAutoboundMethod ( ) { this . setState ( { foo : 'bar' } ) ; } }
【文件预览】:
react-es6-component-master
----package.json(683B)
----gulpfile.js(88B)
----gulp()
--------tasks()
----LICENSE(1KB)
----src()
--------Component.js(556B)
----.gitignore(540B)
----README.md(445B)