Wikify: Auto-link 118 orphaned topics using semantic keyword matching

This commit is contained in:
Antigravity Agent
2026-05-03 00:02:32 +09:00
parent 303b01b228
commit e49221df53
119 changed files with 1050 additions and 87 deletions
+7
View File
@@ -20,6 +20,13 @@ Error Boundaries는 React 컴포넌트 트리 하위에서 발생하는 JavaScri
- **비동기 에러 처리의 공백**: 렌더링 에러만 포착하므로, 비동기 데이터 통신이 빈번한 현대 앱에서는 `react-error-boundary`와 같은 라이브러리를 통한 추가 처리가 필수적이다.
## 🔗 Knowledge Connections
### Related Concepts (Auto-Linked)
* [[Frontend]]
* [[JavaScript]]
* [[Observability]]
* [[React]]
* [[Research]]
### Related Concepts
- **Fallback UI**: 에러 발생 시 사용자에게 노출되는 방어적 인터페이스 (관계: 출력 결과물)
- **Component Stack Traces**: 에러 발생 위치를 추적하는 런타임 정보 (관계: 디버깅 핵심 데이터)