Custom event utilities with lifecycle maintenance for React (Both React and React Native)
Getting Started
Install via npm
npm i react-event-emitter-mixin --save
Useage
Communicate between components under event emitter.
var EventEmitterMixin = ; var Child = React;var Parent = React;
Same usage when you are using ReactJs on Web.
Lifecycle maintenance
Auto clean listeners when components be unmounted.
var Child = React;var Parent = React;
API
//Add event listenerthis
LICENSE
MIT.