react-decorate

Build composable, stateful decorators for React.

Usage no npm install needed!

<script type="module">
  import reactDecorate from 'https://cdn.skypack.dev/react-decorate';
</script>

README

react-decorate

npm version build status npm downloads

react-decorate is a framework for building compatible, composable, efficient decorators for applying behavior to React components.

Many libraries use higher-order-component decorators to help users apply behavior to React components. react-decorate aims to establish a standard pattern for building higher-order-component decorators in such a way that they can be composed efficiently without adding one new component instance per decorator.

To learn more read the docs.