frontend-architecture
Installation
SKILL.md
Frontend Architecture
Purpose
Structure a frontend so that a new engineer can find the code for a feature in under a minute, and so that changing one feature does not require touching five others.
When to Use
- Starting a new frontend application.
- A codebase where features are scattered across
components/,utils/,hooks/, andtypes/. - Deciding where state belongs and what owns data fetching.
- Setting up a monorepo or splitting a large application.