{ "version": "1.0.0", "organization": "Engineering", "date": "January 2026", "abstract": "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 for both humans and AI agents to work with as they scale.", "references": [ "https://react.dev", "https://react.dev/learn/passing-data-deeply-with-context", "https://react.dev/reference/react/use" ] }