Communityv0.1.0

Next Cache Components

Next.js 16 Cache Components - PPR, use cache directive, cacheLife, cacheTag, updateTag

1kdownloads6active installsvi.dev
View on ClawHubBack to Skills

Skill Details

Slug
next-cache-components
Latest Version
0.1.0
Author
vi.dev
Published
Feb 19, 2026
Updated
May 11, 2026
Total Versions
1

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Next Cache Components.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v0.1.0

Initial release: Brings Next.js 16 Cache Components support for Partial Prerendering (PPR) and advanced caching directives. - Adds `cacheComponents` config flag to enable cache components (supersedes experimental.ppr). - Supports `use cache` directive at file, component, or function level for caching async data. - Introduces `cacheLife`, `cacheTag`, and `updateTag` helpers for powerful cache profiles and invalidation. - Documents cache key generation, restrictions, and migration from earlier Next.js caching APIs. - Provides examples for static, cached, and dynamic content mixing within a page.