@rpldy/life-events

events pub/sub management with return values

Usage no npm install needed!

<script type="module">
  import rpldyLifeEvents from 'https://cdn.skypack.dev/@rpldy/life-events';
</script>

README

npm version circleci status codecov status bundlephobia badge rpldy storybook

Life Events

Internal package

Events pub/sub management with return values

Makes it possible for the registered handlers to return a response to the emitting code.

The best place to get started is at our: React-Uploady Documentation Website

Installation

#Yarn:
  $ yarn add @rpldy/life-events

#NPM:
  $ npm i @rpldy/life-events