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: s1c2a3l4-e5f6-4a7b-8c9d-0e1f2a3b4c5d
category: "[[10_Wiki/Topics/Development]]"
category: "10_Wiki/Topics/Development"
confidence_score: 0.99
tags: [react, architecture, scalability, large-scale, fsd, folder-structure]
last_reinforced: 2026-05-01
github_commit: "wikification-scalable-architecture"
---
# [[Scalable Frontend Architecture & System Design]]
# Scalable Frontend Architecture & System Design
## 📌 한 줄 통찰 (The Karpathy Summary)
> 대규모 프론트엔드 시스템의 확장은 단순히 코드 양을 늘리는 것이 아니라, Feature-Sliced Design(FSD)과 같은 계층적 관심사 분리를 통해 모듈 간 결합도를 제어하고 단방향 의존성을 강제함으로써 예측 가능한 유지보수성을 확보하는 것이다.
@@ -32,9 +32,9 @@ github_commit: "wikification-scalable-architecture"
- **Shared 계층의 비대화**: 모든 것을 `shared`에 넣으려는 유혹을 뿌리쳐야 한다. 최대한 하위 엔티티나 기능으로 분산시켜야 한다.
## 🔗 지식 연결 (Graph)
- **Parent**: [[10_Wiki/Topics/Development]]
- **Related**: [[Legacy React Migration & Refactoring Standard]], [[Feature-Sliced Design]]
- **Raw Source**: [[00_Raw/Scalable React Apps]], [[00_Raw/Frontend Scalable Architecture]], [[00_Raw/Large-scale React Applications]], [[00_Raw/대규모 React 애플리케이션 아키텍처 구성]], [[00_Raw/확장 가능한 React 아키텍처 및 폴\353\215\224 \352\265\254\354\241\260 \354\204\244\352\263\204]]
- **Parent**: 10_Wiki/Topics/Development
- **Related**: Legacy React Migration & Refactoring Standard, [[Feature-Sliced Design|Feature-Sliced Design]]
- **Raw Source**: 00_Raw/Scalable React Apps, 00_Raw/Frontend Scalable Architecture, 00_Raw/Large-scale React Applications, 00_Raw/대규모 React 애플리케이션 아키텍처 구성, 00_Raw/확장 가능한 React 아키텍처 및 폴\353\215\224 \352\265\254\354\241\260 \354\204\244\352\263\204
## 💻 GitHub 동기화 자동화 워크플로우
1. Stage: git add .