rdc-react
✓使用 @data-client/react 钩子 - useSuspense、useQuery、useCache、useLive、useController 用于获取/突变、DataProvider、AsyncBoundary、useLoading、useDebounce
SKILL.md
Prefer using AsyncBoundary for error handling and loading states. Its props are fallback, errorComponent, and errorClassName and listen. It can be used to wrap any component that fetches data.
Controller is returned from useController(). It has: ctrl.fetch(), ctrl.fetchIfStale(), ctrl.expireAll(), ctrl.invalidate(), ctrl.invalidateAll(), ctrl.setResponse(), ctrl.set().
Custom Managers allow for global side effect handling. This is useful for webosckets, SSE, logging, etc. Always use the skill "rdc-manager" when writing managers.
使用 @data-client/react 钩子 - useSuspense、useQuery、useCache、useLive、useController 用于获取/突变、DataProvider、AsyncBoundary、useLoading、useDebounce 来源:reactive/data-client。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/reactive/data-client --skill rdc-react- 分类
- {}数据分析
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 rdc-react?
使用 @data-client/react 钩子 - useSuspense、useQuery、useCache、useLive、useController 用于获取/突变、DataProvider、AsyncBoundary、useLoading、useDebounce 来源:reactive/data-client。
如何安装 rdc-react?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/reactive/data-client --skill rdc-react 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/reactive/data-client
详情
- 分类
- {}数据分析
- 来源
- skills.sh
- 收录时间
- 2026-02-01