data-fetching
Installation
SKILL.md
Data Fetching Skill
Overview
Modern data fetching in Next.js with server actions, caching strategies, and revalidation.
Capabilities
- Server Actions: 'use server' for mutations
- Caching: Automatic request memoization
- Revalidation: Time-based and on-demand
- Streaming: Progressive rendering
- Parallel Fetching: Promise.all patterns
Examples
// Server Action
'use server'
Related skills
More from pluginagentmarketplace/custom-plugin-nextjs
app-router
Next.js App Router - Server components, layouts, routing patterns
8api-routes
Next.js API Routes - Route handlers, middleware, edge runtime
6deployment
Next.js deployment - Vercel, Docker, self-hosting strategies
5web-development-skill
Master modern web development. Learn HTML/CSS/JavaScript fundamentals, React/Vue/Angular frameworks, Node.js backend, databases, APIs, and full-stack architectures. Use when building web applications, learning web technologies, or choosing tech stacks.
1