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
@@ -1,13 +1,13 @@
---
id: P-REINFORCE-AUTO-979529
category: "[[10_Wiki/💡 Topics/Graphics & Performance]]"
category: "10_Wiki/💡 Topics/Graphics & Performance"
confidence_score: 0.90
tags: [auto-reinforced]
last_reinforced: 2026-04-20
github_commit: "[P-Reinforce] Continuous Worker - React Three Fiber (R3F)"
---
# [[React Three Fiber (R3F)]]
# [[React Three Fiber (R3F)|React Three Fiber (R3F)]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> React Three Fiber(R3F)는 Three.js에 React의 렌더링 패러다임과 멘탈 모델을 더해주는 라이브러리입니다 [1]. WebGPU와 같은 최신 렌더링 기술을 지원하며 비동기 `gl` prop 팩토리를 통해 원활하게 통합할 수 있어 건축 대시보드와 같은 환경에서 유용하게 사용됩니다 [2]. 하지만 React 특유의 상태 기반 렌더링 방식으로 인해 고유한 성능 문제(pitfalls)가 발생할 수 있으므로 렌더링과 메모리 관리에 세심한 주의가 필요합니다 [1].
@@ -23,11 +23,11 @@ github_commit: "[P-Reinforce] Continuous Worker - React Three Fiber (R3F)"
- **정책 변화:** Graphics & Performance 분야의 자동 자산화 수행.
## 🔗 지식 연결 (Graph)
- **Related Topics:** [[Three.js]], [[WebGPU]], [[Drei]]
- **Projects/Contexts:** [[React-based construction dashboards]]
- **Related Topics:** [[Three.js|Three.js]], [[WebGPU|WebGPU]], Drei
- **Projects/Contexts:** React-based construction dashboards
- **Contradictions/Notes:** 소스 내에서 상충되는 주장은 없으나, R3F가 React 기반임에도 불구하고 렌더링 루프 최적화를 위해 React의 핵심 패턴 중 하나인 상태 변경(`setState`)을 `useFrame` 안에서 피하라고 경고하는 등 [1] 패러다임 간의 조율이 필요하다는 점을 강조합니다.
---
*Last updated: 2026-04-19*
- Raw Source: [[00_Raw/2026-04-20/React Three Fiber (R3F).md]]
- Raw Source: 00_Raw/2026-04-20/React Three Fiber (R3F).md
---