next-cache-components
✓Next.js 16 キャッシュ コンポーネント - PPR、キャッシュ ディレクティブの使用、cacheLife、cacheTag、updateTag
SKILL.md
Cache Components enable Partial Prerendering (PPR) - mix static, cached, and dynamic content in a single route.
Synchronous code, imports, pure computations - prerendered at build time:
Runtime data that must be fresh - wrap in Suspense:
Next.js 16 キャッシュ コンポーネント - PPR、キャッシュ ディレクティブの使用、cacheLife、cacheTag、updateTag ソース: vercel/nextjs-skills。
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/vercel/nextjs-skills --skill next-cache-components- カテゴリ
- </>開発ツール
- 認証済み
- ✓
- 初回登録
- 2026-02-17
- 更新日
- 2026-02-18
クイックアンサー
next-cache-components とは?
Next.js 16 キャッシュ コンポーネント - PPR、キャッシュ ディレクティブの使用、cacheLife、cacheTag、updateTag ソース: vercel/nextjs-skills。
next-cache-components のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/vercel/nextjs-skills --skill next-cache-components インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/vercel/nextjs-skills