什麼是 frontend-dev-guidelines?
React/TypeScript 應用程式的前端開發指南。现代模式包括 Suspense、延迟加载、useSuspenseQuery、具有功能目录的文件组织、MUI v7 样式、TanStack Router、性能优化和 TypeScript 最佳实践。在建立元件、頁面、功能、取得資料、樣式、路由或使用前端程式碼時使用。 來源:binjuhor/shadcn-lar。
React/TypeScript 應用程式的前端開發指南。现代模式包括 Suspense、延迟加载、useSuspenseQuery、具有功能目录的文件组织、MUI v7 样式、TanStack Router、性能优化和 TypeScript 最佳实践。在建立元件、頁面、功能、取得資料、樣式、路由或使用前端程式碼時使用。
透過命令列快速安裝 frontend-dev-guidelines AI 技能到你的開發環境
來源:binjuhor/shadcn-lar。
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-guidelinesReact/TypeScript 應用程式的前端開發指南。现代模式包括 Suspense、延迟加载、useSuspenseQuery、具有功能目录的文件组织、MUI v7 样式、TanStack Router、性能优化和 TypeScript 最佳实践。在建立元件、頁面、功能、取得資料、樣式、路由或使用前端程式碼時使用。 來源:binjuhor/shadcn-lar。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/binjuhor/shadcn-lar --skill frontend-dev-guidelines 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/binjuhor/shadcn-lar