Skip to main content

2 posts tagged with "ui composition"

View All Tags

Secrets of a Scalable Component Architecture

· 21 min read
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 min read
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.