Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Apply React composition patterns to build flexible, maintainable components without boolean prop sprawl
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
rules/_template.md
1---2title: Rule Title Here3impact: MEDIUM4impactDescription: brief description of impact5tags: composition, components6---78## Rule Title Here910Brief explanation of the rule and why it matters.1112**Incorrect:**1314```tsx15// Bad code example16```1718**Correct:**1920```tsx21// Good code example22```2324Reference: [Link](https://example.com)25