{
  "version": "1.0.0",
  "organization": "Mandu Framework",
  "date": "February 2026",
  "abstract": "Mandu 애플리케이션을 위한 React 컴포지션 패턴 가이드. Island 컴파운드 컴포넌트, state/actions/meta 인터페이스, Provider 패턴, useIslandEvent를 통한 Island 간 통신, slot-client 분리 패턴을 다룹니다. Vercel Composition Patterns 기반으로 Mandu 컨텍스트에 맞게 변환되었습니다.",
  "references": [
    "https://react.dev/learn/passing-data-deeply-with-context",
    "https://react.dev/learn/scaling-up-with-reducer-and-context",
    "https://www.patterns.dev/react/compound-pattern",
    "https://kentcdodds.com/blog/compound-components-with-react-hooks"
  ],
  "tags": ["composition", "compound", "context", "state", "island", "mandu"]
}
