大致使用:
其他请查看仓库,地址 https://github.com/dogeow/dogeow-api
- React + Next.js 15
- shadcn(UI) + tailwind
- Zustand(状态管理) + Immer(辅助)
- Zod(字段验证)
- react-hook-form(表单填写)
- (Lucide)[https://lucide.dev/](图标)
- Canvas / Three.js
- SWR / TanStack Query
- React DnD(拖放)
- Sentry (错误跟踪)
- Husky + lint-staged (Git钩子)
- GitHub Actions(自动化流程)
VS Code 保存时自动格式化代码(Prettier)+ 提交代码时 ESLint 检查 + 推送时 TypeScript 检查
- Vercel