react-app-dev
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseReact App Dev (VMark)
React应用开发(VMark)
Overview
概述
Apply VMark frontend conventions for React 19 + Zustand v5 + Tailwind v4 + shadcn/ui.
遵循VMark前端规范进行React 19 + Zustand v5 + Tailwind v4 + shadcn/ui开发。
Workflow
工作流程
- Read relevant files before editing (components, hooks, stores, plugins).
- Follow the VMark rules in (no store destructuring; use selectors).
AGENTS.md - Keep code files under ~300 lines; split when needed.
- Prefer local feature boundaries; avoid cross-feature imports.
- Update tests for new behavior and run when asked.
pnpm check:all
- 编辑前阅读相关文件(组件、hooks、状态存储、插件)。
- 遵循中的VMark规则(禁止对状态存储进行解构;使用选择器)。
AGENTS.md - 保持代码文件在约300行以内;必要时拆分文件。
- 优先采用本地功能边界;避免跨功能导入。
- 针对新行为更新测试,在要求时运行。
pnpm check:all
References
参考资料
- for common source locations and scans.
references/paths.md - Docs map: (local, not in repo — if available).
dev-docs/README.md
- :常见源码位置与扫描说明。
references/paths.md - 文档地图:(本地文件,不在代码仓库中——若可用)。
dev-docs/README.md