주요 콘텐츠로 건너뛰기

"react state" 태그가 포함된 2개의 글개의 글

모든 태그 보기

The Ultimate Guide to Frontend State Architecture

· 15분 읽기
Evan Carter
Evan Carter
Senior frontend

TLDR:

The Ultimate Guide to Frontend State Architecture

This in-depth guide explores how to build a scalable and maintainable frontend state architecture using React state, Vue state, modern state management libraries (Redux, Zustand, MobX, Pinia), state patterns, and Feature-Sliced Design, helping teams avoid technical debt and scale confidently in production.

Building Scalable Systems with React Architecture

· 9분 읽기
Evan Carter
Evan Carter
Senior frontend

TLDR:

Building Scalable React App

In large frontend apps, inconsistent naming turns every change into a hunt. This guide shows proven JavaScript/TypeScript and component naming practices, explains BEM and modern CSS naming approaches, and then introduces Feature-Sliced Design’s Layer–Slice–Segment convention—so your folder structure and public APIs make boundaries obvious, reduce coupling, and keep the codebase maintainable as your team grows.