주요 콘텐츠로 건너뛰기

"fine-grained reactivity" 태그가 포함된 2개의 글개의 글

모든 태그 보기

The Case for a Reactive MobX Architecture

· 21분 읽기
Evan Carter
Evan Carter
Senior frontend

TLDR:

MobX Reactive Programming

MobX makes React apps fast and expressive through observable state and dependency-tracked updates, but large codebases can drift into store sprawl and implicit coupling. This article explains MobX reactivity, practical MobX + React patterns, and how Feature-Sliced Design introduces clear boundaries, public APIs, and slice ownership to keep reactive state scalable.

SolidJS Architecture: Performance by Default

· 9분 읽기
Evan Carter
Evan Carter
Senior frontend

TLDR:

SolidJS Architecture

SolidJS introduces a new way to think about frontend architecture by delivering performance through fine-grained reactivity rather than virtual DOM diffing. This article explains how SolidJS works at an architectural level, how signals and SolidStart shape scalable applications, and why combining SolidJS with Feature-Sliced Design creates a strong foundation for long-term maintainability, high performance, and team productivity in modern frontend systems.