next-cache-components
We need to translate the given text from English to Thai. The text describes a Next.js feature: Partial Prerendering with cache components. We must preserve the name "next-cache-components" if it appears, but it doesn't appear in the text. The text includes technical terms like "Next.js", "Partial Prerendering", "cacheComponents", "next.config.ts", "experimental.ppr", "use cache", "cacheLife()", etc. We should keep those as is. Also preserve numbers, URLs, etc. No extra commentary. Just translate the descriptive parts. Let's break down the text: "Mix static, cached, and dynamic content in a single Next.js route with Partial Prerendering. Enable with cacheComponents: true in next.config.ts ; replaces the old experimental.ppr flag Use the 'use cache' directive at file, component, or function level to cache async data with automatic key generation based on arguments and closures Control cache lifetime with cacheLife() using built-in profiles ( 'minutes' , 'hours' , 'days' , 'weeks
npx skills add https://github.com/vercel-labs/next-skills --skill next-cache-components