docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# [[Atomic Design]]
|
||||
# [[Atomic Design|Atomic Design]]
|
||||
|
||||
## 📌 Brief Summary
|
||||
Atomic Design(아토믹 디자인)은 브래드 프로스트(Brad Frost)가 고안한 디자인 방법론으로, 사용자 인터페이스(UI)를 응집력 있는 전체이자 부분의 집합으로 동시에 생각할 수 있게 해주는 멘탈 모델입니다 [1-3]. 이 방법론은 인터페이스를 원자(Atoms), 분자(Molecules), 유기체(Organisms), 템플릿(Templates), 페이지(Pages)라는 5개의 계층적 단계로 나누어 효과적이고 의도적인 디자인 시스템을 구축하도록 돕습니다 [4, 5]. React와 같은 모던 컴포넌트 아키텍처와 결합하여 일관성을 강제하고, 디자인 시스템의 재사용성을 높이며, 확장 가능한 폴더 구조를 구축하는 데 널리 활용됩니다 [6-8].
|
||||
@@ -22,8 +22,8 @@ Atomic Design(아토믹 디자인)은 브래드 프로스트(Brad Frost)가 고
|
||||
* 성공적인 엔터프라이즈 팀들은 원자 단위의 순수함과 재사용성을 유지하기 위해 UI 라이브러리 계층에는 Atomic Design을 활용하고, 비즈니스 로직이 들어가는 애플리케이션 코드에는 기능 분할 설계(Feature-Sliced Design, FSD) 등 기능 기반 구조를 혼합하여 설계합니다 [10, 27].
|
||||
|
||||
## 🔗 Knowledge Connections
|
||||
- **Related Topics:** [[Component-Based Design]], [[Feature-Sliced Design (FSD)]], [[Compound Components]], [[Design Systems]]
|
||||
- **Projects/Contexts:** [[React Frontend Architecture]], [[Reusable UI Component Libraries]]
|
||||
- **Related Topics:** [[Component-Based Design|Component-Based Design]], [[Feature-Sliced Design (FSD)|Feature-Sliced Design (FSD)]], [[Compound Components|Compound Components]], [[Design Systems|Design Systems]]
|
||||
- **Projects/Contexts:** [[React Frontend Architecture|React Frontend Architecture]], [[Reusable UI Component Libraries|Reusable UI Component Libraries]]
|
||||
- **Contradictions/Notes:** 소스에 따르면 Atomic Design은 시각적 일관성과 재사용성을 달성하는 데는 매우 강력하지만, 복잡한 비즈니스 로직을 가진 컴포넌트를 이 5가지의 엄격한 범주에 억지로 끼워 맞추려다 보면 어려움에 직면할 수 있다는 한계도 지적됩니다 [10]. 이에 대한 보완책으로 Headless UI나 Compound Components 패턴이 현대 프론트엔드 환경에서 함께 권장됩니다 [28, 29].
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user