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
+8
View File
@@ -19,6 +19,14 @@ JSX는 UI를 상태(state)와 속성(props)의 순수 함수로 표현하는 선
- **추상화 비용**: JSX 성능을 위해 모든 함수를 useCallback으로 감싸는 수동 최적화는 코드의 가독성을 해치고 관리 비용을 증가시키는 트레이드오프가 있다.
## 🔗 Knowledge Connections
### Related Concepts (Auto-Linked)
* [[Feature-Sliced_Design]]
* [[React]]
* [[React_Compiler]]
* [[Research]]
* [[State]]
* [[Virtual_DOM]]
### Related Concepts
* **Component Trees**: JSX로 조립된 UI의 논리적 구조 (관계: 핵심 데이터 모델)
* **React Compiler**: JSX 렌더링 자동 최적화 엔진 (관계: 성능 개선 도구)