Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.39 KB

File metadata and controls

26 lines (19 loc) · 1.39 KB

Frontend

This section defines how the frontend is organized using Feature-Sliced Design (FSD).

Documents

Quick start

  1. Read fsd-overview.md if FSD is new to you.
  2. Read layers.md to understand where a new file belongs.
  3. Read import-rules.md before adding any import.
  4. Read ui-patterns.md before writing UI code.
  5. Apply the Agent Skills in ../quality/agent-skills.md when the work is visual or motion-related.

Core principle

Code is organized by scope of change, not by technical type. A feature contains everything it needs — UI, state, API, and utilities — so that changes to one feature do not leak into unrelated files.