list_next_data_fetching
Lists data fetching and caching patterns in Next.js App Router, including revalidate, generateStaticParams, dynamicParams, and fetch options, to analyze ISR and rendering strategies.
Instructions
Data fetching/ISR/cache in the Next app router: revalidate, generateStaticParams, generateMetadata, dynamicParams, fetch with next.revalidate/tags and use client/server directives.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name or path of the loaded project |