Guidance on web development best practices and modern front-end technology stacks
React.memo 避免不必要的重渲染src/
├── components/ # 组件
│ ├── common/ # 通用组件
│ └── features/ # 功能组件
├── hooks/ # 自定义 Hooks
├── utils/ # 工具函数
├── services/ # API 服务
├── store/ # 状态管理
└── types/ # TypeScript 类型
# 创建 React 项目
npm create vite@latest my-app -- --template react-ts
# 创建 Next.js 项目
npx create-next-app@latest
# 安装常用依赖
npm install zustand react-query axios
# 开发服务器
npm run dev
# 构建生产版本
npm run build
dangerouslySetInnerHTML 处理用户输入npm auditSearch for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer