feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
id: P-REINFORCE-AI-ERROR-BOUNDARY
|
||||
category: "[[10_Wiki/💡 Topics/AI]]"
|
||||
category: "10_Wiki/💡 Topics/AI"
|
||||
confidence_score: 0.99
|
||||
tags: [React, Patterns, Resilience, Reliability]
|
||||
last_reinforced: 2026-04-20
|
||||
@@ -22,5 +22,5 @@ last_reinforced: 2026-04-20
|
||||
- 에러 바운더리는 렌더링 중 에러만 잡으며, '비동기 호출(API)'이나 '이벤트 핸들러' 내부의 에러는 잡지 못한다. 따라서 이들은 별도의 `try-catch`나 리액트 쿼리의 에러 핸들링과 병행해야 한다. 최신 패턴은 명령형(Imperative) 에러 처리와 선언적(Declarative) 바운더리를 조밀하게 결합하는 방향으로 간다.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- Related: [[Reliability-Patterns]] , [[React-Advanced-Patterns]]
|
||||
- Analytics: [[Sentry-Error-Tracking]]
|
||||
- Related: Reliability-Patterns , React-Advanced-Patterns
|
||||
- Analytics: Sentry-Error-Tracking
|
||||
|
||||
Reference in New Issue
Block a user