feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
---
|
||||
id: ARCH-LAYERED-001
|
||||
category: "[[10_Wiki/💡 Topics/AI]]"
|
||||
category: "10_Wiki/💡 Topics/AI"
|
||||
confidence_score: 1.0
|
||||
tags: [architecture, layered-architecture, mvc, mvvm, separation-of-concerns, react, scalability]
|
||||
last_reinforced: 2026-04-26
|
||||
---
|
||||
|
||||
# [[Layered Architecture in Frontend (프런트엔드 계층형 아키텍처)]]
|
||||
# Layered Architecture in Frontend (프런트엔드 계층형 아키텍처)
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> "기술적 역할(Components, Hooks, Services)에 따라 영토를 나누는 방식은 초기에 직관적이나, 프로젝트가 비대해질수록 하나의 기능을 수정하기 위해 전 대륙을 횡단해야 하는 비효율을 초래한다" — 소규모 앱의 정석이자 대규모 앱의 병목이 되는 전통적 아키텍처.
|
||||
@@ -26,5 +26,5 @@ last_reinforced: 2026-04-26
|
||||
- **정책 변화:** Antigravity 프로젝트는 단순 CRUD 중심의 소규모 페이지에만 계층형 구조를 허용하며, 복잡한 비즈니스 로직이 포함된 도메인은 반드시 기능별 모듈화(Feature-Sliced Design) 정책을 따르도록 함.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- [[Feature-Sliced-Design-FSD]], [[Modern-React-Application-Architecture-Patterns]], [[Frontend-Architecture-and-Folder-Structure]], [[Clean-Architecture-Implementation]]
|
||||
- **Raw Source:** [[00_Raw/Layered Architecture.md]]
|
||||
- Feature-Sliced-Design-FSD, [[Modern-React-Application-Architecture-Patterns]], [[Frontend-Architecture-and-Folder-Structure]], [[Clean-Architecture-Implementation]]
|
||||
- **Raw Source:** 00_Raw/Layered Architecture.md
|
||||
|
||||
Reference in New Issue
Block a user