feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup

This commit is contained in:
2026-04-27 18:58:22 +09:00
parent 3424166ea2
commit 6b86b0da4c
2706 changed files with 9074 additions and 7273 deletions
+4 -4
View File
@@ -1,12 +1,12 @@
---
id: FE-REACT-CONTEXT-001
category: "[[10_Wiki/💡 Topics/AI]]"
category: "10_Wiki/💡 Topics/AI"
confidence_score: 1.0
tags: [react, context-api, state-management, prop-drilling, dependency-injection, performance]
last_reinforced: 2026-04-26
---
# [[React Context API (리액트 컨텍스트 API)]]
# React Context API (리액트 컨텍스트 API)
## 📌 한 줄 통찰 (The Karpathy Summary)
> "컴포넌트 트리의 깊은 곳까지 데이터를 전달하기 위한 'Prop Drilling'의 터널을 뚫고, 전역적인 데이터를 필요한 곳에서 즉시 구독할 수 있는 직통 라인을 개설하라" — 중첩된 컴포넌트 간의 데이터 공유를 단순화하는 React 내장 상태 관리 메커니즘.
@@ -27,5 +27,5 @@ last_reinforced: 2026-04-26
- **정책 변화:** Antigravity 프로젝트는 정적인 전역 데이터(테마, 설정)에 대해서만 Context API 사용을 허용하며, 동적인 비즈니스 상태는 전역 상태 관리 라이브러리 사용을 의무화함.
## 🔗 지식 연결 (Graph)
- [[React-Hooks]], [[State-Management-Patterns]], [[Component-Composition]], [[Performance-Optimization]]
- **Raw Source:** [[00_Raw/React Context API.md]]
- [[React-Hooks]], [[State-Management-Patterns]], [[Component-Composition]], Performance-Optimization
- **Raw Source:** 00_Raw/React Context API.md