文件名称:react-event-mixin:reactjs的事件绑定跨浏览器
文件大小:2KB
文件格式:ZIP
更新时间:2024-07-21 10:20:00
JavaScript
React-事件-混合 reactjs的事件绑定跨浏览器 入门 通过安装 npm i react-event-mixin --save-dev 用法 var EventMixin = require ( 'react-event-mixin' ) React . createClass ( { mixins : [ EventMixin ] , componentWillMount : function ( ) { this . addEvent ( window , 'resize' , this . handleResize ) ; } , componentWillUnmount : function ( ) { this . removeEvent ( window , 'resize' , this . handleResize ) ;
【文件预览】:
react-event-mixin-master
----.gitignore(43B)
----package.json(624B)
----index.js(851B)
----README.md(864B)
----.editorconfig(247B)