·frontend-dev-guidelines
</>

frontend-dev-guidelines

React/TypeScript 應用程式的前端開發指南。现代模式包括 Suspense、延迟加载、useSuspenseQuery、具有功能目录的文件组织、MUI v7 样式、TanStack Router、性能优化和 TypeScript 最佳实践。在建立元件、頁面、功能、取得資料、樣式、路由或使用前端程式碼時使用。

20安裝·1熱度·@binjuhor

安裝

$npx skills add https://github.com/binjuhor/shadcn-lar --skill frontend-dev-guidelines

如何安裝 frontend-dev-guidelines

透過命令列快速安裝 frontend-dev-guidelines AI 技能到你的開發環境

  1. 開啟終端機: 開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 執行安裝指令: 複製並執行以下指令:npx skills add https://github.com/binjuhor/shadcn-lar --skill frontend-dev-guidelines
  3. 驗證安裝: 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

來源:binjuhor/shadcn-lar。

SKILL.md

查看原文

Comprehensive guide for modern React development, emphasizing Suspense-based data fetching, lazy loading, proper file organization, and performance optimization.

| @/ | src/ | import { apiClient } from '@/lib/apiClient' | | types | src/types | import type { User } from 'types/user' | | components | src/components | import { SuspenseLoader } from 'components/SuspenseLoader' | | features | src/features | import { authApi } from 'features/auth' |

| Create a component | component-patterns.md | | Fetch data | data-fetching.md | | Organize files/folders | file-organization.md | | Style components | styling-guide.md | | Set up routing | routing-guide.md | | Handle loading/errors | loading-and-error-states.md | | Optimize performance | performance.md | | TypeScript types | typescript-standards.md |

React/TypeScript 應用程式的前端開發指南。现代模式包括 Suspense、延迟加载、useSuspenseQuery、具有功能目录的文件组织、MUI v7 样式、TanStack Router、性能优化和 TypeScript 最佳实践。在建立元件、頁面、功能、取得資料、樣式、路由或使用前端程式碼時使用。 來源:binjuhor/shadcn-lar。

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/binjuhor/shadcn-lar --skill frontend-dev-guidelines
分類
</>開發工具
認證
收錄時間
2026-02-27
更新時間
2026-03-10

Browse more skills from binjuhor/shadcn-lar

快速解答

什麼是 frontend-dev-guidelines?

React/TypeScript 應用程式的前端開發指南。现代模式包括 Suspense、延迟加载、useSuspenseQuery、具有功能目录的文件组织、MUI v7 样式、TanStack Router、性能优化和 TypeScript 最佳实践。在建立元件、頁面、功能、取得資料、樣式、路由或使用前端程式碼時使用。 來源:binjuhor/shadcn-lar。

如何安裝 frontend-dev-guidelines?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/binjuhor/shadcn-lar --skill frontend-dev-guidelines 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

這個 Skill 的原始碼在哪?

https://github.com/binjuhor/shadcn-lar