원클릭으로
next-best-practices
Next.js App Router best practices for routing, data fetching, rendering, and optimization.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Next.js App Router best practices for routing, data fetching, rendering, and optimization.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Create and apply Drizzle ORM migrations against the single Neon-primary PostgreSQL database
Run the 15-check pre-launch preflight and interpret results with context-aware fix suggestions
Next.js Cache Components, 'use cache' directive, PPR, cacheLife, cacheTag, and migration from unstable_cache.
Turborepo monorepo task orchestration, caching, and pipeline configuration guidance.
React composition patterns for building maintainable, reusable component architectures.
Deployment to Vercel including configuration, environment variables, and production best practices.
| name | next-best-practices |
| description | Next.js App Router best practices for routing, data fetching, rendering, and optimization. |
Refer to the official documentation for comprehensive guidance:
'use client' only when the component needs browser APIs, event handlers, or React hooks like useState/useEffectparams, searchParams, cookies(), and headers() are async -- always await themPromise.all or leveraging Suspense boundaries to stream independent sectionsgenerateMetadata for dynamic SEO metadata and next/image with explicit width/height or sizes for all images'use server') for mutations over client-side API calls to Route Handlers