什么是 canvas-data-fetching?
使用 JSON:API 和 SWR 模式在 Canvas 组件中获取和渲染 Drupal 内容。在构建内容列表、与 SWR 集成或查询相关实体时使用。涵盖 JsonApiClient、DrupalJsonApiParams、关系处理和过滤模式。 来源:acquia/nebula。
使用 JSON:API 和 SWR 模式在 Canvas 组件中获取和渲染 Drupal 内容。在构建内容列表、与 SWR 集成或查询相关实体时使用。涵盖 JsonApiClient、DrupalJsonApiParams、关系处理和过滤模式。
通过命令行快速安装 canvas-data-fetching AI 技能到你的开发环境
来源:acquia/nebula。
Use SWR for all data fetching. It provides caching, revalidation, and a clean hook-based API.
To fetch content from Drupal (e.g., articles, events, or other content types), use the autoconfigured JsonApiClient from the drupal-canvas package combined with DrupalJsonApiParams for query building.
Important: Do not mock JSON:API resources in Storybook stories. Components that fetch data will display their loading or empty states in Storybook.
使用 JSON:API 和 SWR 模式在 Canvas 组件中获取和渲染 Drupal 内容。在构建内容列表、与 SWR 集成或查询相关实体时使用。涵盖 JsonApiClient、DrupalJsonApiParams、关系处理和过滤模式。 来源:acquia/nebula。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/acquia/nebula --skill canvas-data-fetching使用 JSON:API 和 SWR 模式在 Canvas 组件中获取和渲染 Drupal 内容。在构建内容列表、与 SWR 集成或查询相关实体时使用。涵盖 JsonApiClient、DrupalJsonApiParams、关系处理和过滤模式。 来源:acquia/nebula。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/acquia/nebula --skill canvas-data-fetching 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/acquia/nebula