react-decorate
v5.1.1
Published
Build composable, stateful decorators for React.
Downloads
110
Maintainers
Readme
react-decorate
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.