Wikify: Auto-link 118 orphaned topics using semantic keyword matching
This commit is contained in:
@@ -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 렌더링 자동 최적화 엔진 (관계: 성능 개선 도구)
|
||||
|
||||
Reference in New Issue
Block a user