@skarllet/events

A tiny library to create a event listener and emmiter to be used in all *@skarllet* aplications.

@disflyer/event-bus

a micro event bus (not only) for react ``` shell npm install @disflyer/event-bus yarn add @disflyer/event-bus ``` ``` javascript eventBus.on('your-event-name', () => { // some callback code }) // or eventBus.once('your-event-name', () => { // some callbac

simple-react-event-hub

A simple hub that your react components can use to listen for events triggered by other components (using the hooks api)