주요 콘텐츠로 건너뛰기

"ui composition" 태그가 포함된 2개의 글개의 글

모든 태그 보기

Secrets of a Scalable Component Architecture

· 21분 읽기
Evan Carter
Evan Carter
Senior frontend

TLDR:

Component Architecture Guide

Component architecture scales when boundaries are explicit, APIs are stable, and UI composition is intentional. This guide walks through practical component design patterns (presentational/container, compound, headless), state partitioning, and library organization—then shows how Feature-Sliced Design (FSD) makes these practices repeatable across teams and codebases.

Atomic Design: Build UIs That Actually Scale

· 22분 읽기
Evan Carter
Evan Carter
Senior frontend

TLDR:

Atomic Design

Atomic design is a great way to structure UI composition—from atoms and molecules to organisms, templates, and pages—but taxonomy alone won’t stop large codebases from turning into spaghetti. This guide walks through the full Atomic Design model, shows how to build a scalable design system, and explains how Feature-Sliced Design (FSD) complements it with clear boundaries, public APIs, and predictable modular structure.