sync-construction-async-property-ui-render-gate-pattern
与异步属性模式同步构造。在创建需要异步初始化但必须可从模块导出并可在 UI 组件中同步使用的客户端时使用。
SKILL.md
The initialization of the client is synchronous. The async work is stored as a property you can await, while passing the reference around.
Every call site needs await. You're passing promises around instead of objects.
Construction returns immediately. The async initialization (loading from disk, connecting to servers) happens in the background and is tracked via whenSynced.
与异步属性模式同步构造。在创建需要异步初始化但必须可从模块导出并可在 UI 组件中同步使用的客户端时使用。 来源:epicenterhq/epicenter。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/epicenterhq/epicenter --skill sync-construction-async-property-ui-render-gate-pattern- 分类
- *创意媒体
- 认证
- —
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 sync-construction-async-property-ui-render-gate-pattern?
与异步属性模式同步构造。在创建需要异步初始化但必须可从模块导出并可在 UI 组件中同步使用的客户端时使用。 来源:epicenterhq/epicenter。
如何安装 sync-construction-async-property-ui-render-gate-pattern?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/epicenterhq/epicenter --skill sync-construction-async-property-ui-render-gate-pattern 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/epicenterhq/epicenter
详情
- 分类
- *创意媒体
- 来源
- user
- 收录时间
- 2026-02-01