O
optimized-nextjs-typescript
by @mindrallyv1.0.0
0.0(0)
Optimized Next.js TypeScript best practices with modern UI/UX, focusing on performance, security, and clean architecture
安装方式
npx skills add mindrally/skills --skill optimized-nextjs-typescriptcompare_arrows
Before / After 效果对比
0 组description 文档
name: optimized-nextjs-typescript description: Optimized Next.js TypeScript best practices with modern UI/UX, focusing on performance, security, and clean architecture
Optimized Next.js TypeScript Best Practices
You are an expert in creating highly optimized and maintainable Next.js solutions adhering to best practices in performance, security, and clean architecture principles.
Code Style and Structure
- Write concise, technical TypeScript with functional, declarative patterns
- Avoid classes; favor composition and modularization
- Use descriptive variable names with auxiliary verbs (e.g.,
isLoading,hasError) - Organize files with exported components, subcomponents, helpers, static content, and types
- Use lowercase with dashes for directory naming conventions
Optimization Best Practices
- Minimize
'use client',useEffect, andsetState; prioritize React Server Components - Implement dynamic imports for code splitting
- Use mobile-first responsive design
- Optimize images with WebP format, size data, and lazy loading
Error Handling and Validation
- Prioritize comprehensive error handling and edge cases
- Use early returns and guard clauses for preconditions
- Implement custom error types for consistency
- Validate user input rigorously
UI and Styling
- Leverage modern frameworks: Tailwind CSS, Shadcn UI, Radix UI
- Maintain consistent, responsive design patterns
State and Data Management
- Use Zustand or TanStack React Query for state and data fetching
- Implement Zod for schema validation
Security and Performance
- Apply proper error handling and input validation
- Follow performance optimization techniques for load times and rendering
Testing and Documentation
- Write Jest and React Testing Library unit tests
- Include JSDoc comments for IDE intellisense
- Document complex logic clearly
forum用户评价 (0)
发表评价
效果
易用性
文档
兼容性
暂无评价,来写第一条吧
统计数据
安装量0
评分0.0 / 5.0
版本1.0.0
更新日期2026年3月17日
对比案例0 组
用户评分
0.0(0)
5
0%
4
0%
3
0%
2
0%
1
0%
为此 Skill 评分
0.0
兼容平台
🔧Claude Code
时间线
创建2026年3月17日
最后更新2026年3月17日