docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
+5 -5
View File
@@ -2,14 +2,14 @@
id: FE-REACT-CONTEXT-001
category: "10_Wiki/💡 Topics/AI"
confidence_score: 1.0
tags: [react, context-api, [[State]]-[[Management]], prop-drilling, [[Dependency-Injection]], performance]
tags: [react, context-api, [[State|State]]-[[Management|Management]], prop-drilling, [[Dependency-Injection|Dependency-Injection]], performance]
last_reinforced: 2026-04-26
---
# React [[Context API]] (리액트 컨텍스트 API)
# React [[Context API|Context API]] (리액트 컨텍스트 API)
## 📌 한 줄 통찰 (The Karpathy Summary)
> "컴포넌트 트리의 깊은 곳까지 데이터를 전달하기 위한 '[[Prop Drilling]]'의 터널을 뚫고, 전역적인 데이터를 필요한 곳에서 즉시 구독할 수 있는 직통 라인을 개설하라" — 중첩된 컴포넌트 간의 데이터 공유를 단순화하는 React 내장 상태 관리 메커니즘.
> "컴포넌트 트리의 깊은 곳까지 데이터를 전달하기 위한 '[[Prop Drilling|Prop Drilling]]'의 터널을 뚫고, 전역적인 데이터를 필요한 곳에서 즉시 구독할 수 있는 직통 라인을 개설하라" — 중첩된 컴포넌트 간의 데이터 공유를 단순화하는 React 내장 상태 관리 메커니즘.
## 📖 구조화된 지식 (Synthesized Content)
- **추출된 패턴:** "Implicit Dependency Injection" — 명시적으로 props를 전달하는 대신, Provider를 통해 상위 트리에서 데이터를 제공하고 Consumer(또는 `useContext`)를 통해 하위 트리 어디에서든 데이터를 소비하는 패턴.
@@ -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|React-Hooks]], [[State-Management-Patterns|State-Management-Patterns]], [[Component-Composition|Component-Composition]], Performance-[[Optimization|Optimization]]
- **Raw Source:** 00_Raw/[[React Context API|React Context API]].md