Initial commit — Singular Particular Space v1
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>
This commit is contained in:
11
skills/composition-patterns/metadata.json
Normal file
11
skills/composition-patterns/metadata.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user