Setting the file. One moment.
Skill 01 · Vercel Composition Patterns
Subchapter 1.4
rules/_sections.mdMarkdown829 BView on GitHub
This file defines all sections, their ordering, impact levels, and descriptions. The section ID (in parentheses) is the filename prefix used to group rules.
Impact: HIGH
Description: Fundamental patterns for structuring components to avoid prop
proliferation and enable flexible composition.
Impact: MEDIUM
Description: Patterns for lifting state and managing shared context across
composed components.
Impact: MEDIUM
Description: Specific techniques for implementing compound components and
context providers.
Impact: MEDIUM
Description: React 19+ only. Don’t use forwardRef; use use() instead of useContext().