# react-decorate **Repository Path**: mirrors_HubSpot/react-decorate ## Basic Information - **Project Name**: react-decorate - **Description**: Build composable, stateful decorators for React. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-06-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react-decorate [![npm version](https://img.shields.io/npm/v/react-decorate.svg?style=flat-square)](https://www.npmjs.com/package/react-decorate) [![build status](https://img.shields.io/travis/HubSpot/react-decorate/master.svg?style=flat-square)](https://travis-ci.org/HubSpot/react-decorate) [![npm downloads](https://img.shields.io/npm/dm/react-decorate.svg?style=flat-square)](https://www.npmjs.com/package/react-decorate) `react-decorate` is a framework for building compatible, composable, efficient decorators for applying behavior to [React](http://facebook.github.io/react/) components. Many libraries use higher-order-component decorators to help users apply behavior to [React](http://facebook.github.io/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](http://github.hubspot.com/react-decorate/).