skills/skills.volces.com/react-composition

react-composition

Installation
SKILL.md

React Composition Patterns

Composition patterns for building flexible, maintainable React components. Avoid boolean prop proliferation by using compound components, lifting state, and composing internals. These patterns make codebases easier to work with as they scale.

When to Apply

  • Refactoring components with many boolean props
  • Building reusable component libraries
  • Designing flexible component APIs
  • Working with compound components or context providers

Pattern Overview

Installs
12
First Seen
Mar 18, 2026
react-composition from skills.volces.com