nextjs-caching
Installation
SKILL.md
Next.js Caching
Expert guidance on Next.js caching mechanisms, ISR patterns, and common pitfalls.
Core Concepts
"use cache" Directive
Mark components or functions as cacheable. The directive does not cache immediately—it marks the output for caching at build time.
"use cache"
export default function MyComponent() {
// Output cached at build time
}
When applied to a page's main component, creates ISR-like behavior where the entire output is cached (no partial caching).
Related skills
More from goncy/skills
whatsapp-web-js
Expert guidance for whatsapp-web.js, a Puppeteer-based library providing high-level API to interact with WhatsApp Web. Use when building WhatsApp bots, automating WhatsApp messaging, integrating WhatsApp into applications, or working with WhatsApp Web automation, message handling, media sending, group management, or channel operations.
90nextjs-rendering
>-
41nextjs-navigation
>-
35kick-api
>-
1