docs(wiki): fix translation typos in Brief Summary and organize stray files into directories

This commit is contained in:
Antigravity Agent
2026-05-04 15:23:55 +09:00
parent 343107a49f
commit d9b5337388
102 changed files with 157 additions and 152 deletions
@@ -9,7 +9,7 @@ last_updated: 2026-05-04
# React Server Components
## 📌 Brief Summary
## 📌 Brief Summary
React Server Components(RSC)는 서버에서만 독점적으로 실행되고 클라이언트의 자바스크립트 번들에서 완전히 제외되는 새로운 유형의 컴포넌트 패러다임이다 [1-3]. 이들은 데이터베이스나 파일 시스템에 직접 접근할 수 있으며, 전통적인 SSR(서버 사이드 렌더링)과 달리 클라이언트에서의 하이드레이션(Hydration) 과정이 필요하지 않아 초기 로딩 속도와 상호작용성을 크게 향상시킨다 [4, 5]. 클라이언트 컴포넌트와 결합하여 사용할 수 있으며, 'RSC 페이로드(RSC Payload)'라는 직렬화된 UI 트리 설명을 통해 클라이언트와 통신한다 [6-8].
## 📖 Core Content