react-composition

Installation
SKILL.md

React Composition

Build flexible component APIs through composition instead of configuration.

Core Principle

Composition over configuration. When a component needs a new behavior, the answer is almost never "add a boolean prop." Instead, compose smaller pieces together.

// BAD: Boolean prop explosion
<Modal
  hasHeader
  hasFooter
  hasCloseButton
  isFullScreen
  isDismissable
  hasOverlay
  centerContent
/>
Installs
75
GitHub Stars
6
First Seen
Feb 11, 2026
react-composition — s-hiraoku/synapse-a2a