
Vercel Composition Patterns
- 29 installs
- 5k repo stars
- Updated August 4, 2026
- dtyq/magic
Applies React composition patterns that scale so a builder can refactor components with boolean-prop proliferation and design flexible component libraries.
About
vercel-composition-patterns is a React skill covering composition patterns that scale as an app grows. A solo builder reaches for it when refactoring components that have accumulated too many boolean props, or when designing a flexible reusable component library. It favors composition over configuration to keep component APIs clean.
- Fix boolean-prop proliferation with composition
- Design flexible, scalable component libraries
- React composition patterns from Vercel
Vercel Composition Patterns by the numbers
- 29 all-time installs (skills.sh)
- Ranked #1,464 of 2,245 Frontend Development skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/dtyq/magic --skill vercel-composition-patternsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 29 |
|---|---|
| repo stars | ★ 5k |
| Last updated | August 4, 2026 |
| Repository | dtyq/magic ↗ |
What it does
Applies React composition patterns that scale so a builder can refactor components with boolean-prop proliferation and design flexible component libraries.
Who is it for?
refactoring React components toward composition
Skip if: backend or non-React UI work