·canvas-data-fetching
*

canvas-data-fetching

使用 JSON:API 和 SWR 模式在 Canvas 组件中获取和渲染 Drupal 内容。在构建内容列表、与 SWR 集成或查询相关实体时使用。涵盖 JsonApiClient、DrupalJsonApiParams、关系处理和过滤模式。

0安装·0热度·@acquia

安装

$npx skills add https://github.com/acquia/nebula --skill canvas-data-fetching

如何安装 canvas-data-fetching

通过命令行快速安装 canvas-data-fetching AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/acquia/nebula --skill canvas-data-fetching
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:acquia/nebula。

SKILL.md

查看原文

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
分类
*创意媒体
认证
收录时间
2026-02-22
更新时间
2026-03-10

Browse more skills from acquia/nebula

快速解答

什么是 canvas-data-fetching?

使用 JSON:API 和 SWR 模式在 Canvas 组件中获取和渲染 Drupal 内容。在构建内容列表、与 SWR 集成或查询相关实体时使用。涵盖 JsonApiClient、DrupalJsonApiParams、关系处理和过滤模式。 来源:acquia/nebula。

如何安装 canvas-data-fetching?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/acquia/nebula --skill canvas-data-fetching 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/acquia/nebula