Homepage (site/index.html): integration-v14 promoted, Writings section integrated with 33 pieces clustered by type (stories/essays/miscellany), Writings welcome lightbox, content frame at 98% opacity. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
12 lines
530 B
JSON
12 lines
530 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|