--- id: wiki-2026-0508-런타임-상태-검증-runtime-validation title: 런타임 상태 검증(Runtime Validation) category: 10_Wiki/Topics status: duplicate canonical_id: runtime-validation duplicate_of: "[[Runtime Validation]]" aliases: [] source_trust_level: A confidence_score: 0.9 verification_status: redirected tags: [duplicate, frontend, validation, typescript] last_reinforced: 2026-05-10 github_commit: pending --- # 런타임 상태 검증(Runtime Validation) > **이 문서는 [[Runtime Validation]] 의 중복본입니다.** Canonical 문서로 redirect. ## 핵심 요약 (specialization aspects) - 매 TypeScript 컴파일 타임 type 매 runtime 에서 사라짐 — 매 외부 데이터 (API, localStorage, URL params) 매 검증 필요. - 매 2026 ecosystem: Zod 4, Valibot, ArkType, Effect Schema, TypeBox. - 매 Zod = de facto standard (가장 큰 ecosystem, tRPC/React Hook Form 통합). ## 🔗 Graph - 부모: [[Runtime Validation]] (canonical) - 변형: [[Valibot]] · [[ArkType]] - Adjacent: [[타입_가드_(Type_Predicates)|Type Guards]] ## 🕓 변경 이력 | 날짜 | 변경 | |---|---| | 2026-05-08 | Phase 1 | | 2026-05-10 | 중복 처리 — canonical 문서로 redirect |