·sync-construction-async-property-ui-render-gate-pattern
*

sync-construction-async-property-ui-render-gate-pattern

epicenterhq/epicenter

async プロパティ パターンを使用した同期構築。非同期初期化が必要だが、モジュールからエクスポート可能であり、UI コンポーネントで同期的に使用できる必要があるクライアントを作成する場合に使用します。

0インストール·0トレンド·@epicenterhq

インストール

$npx skills add https://github.com/epicenterhq/epicenter --skill sync-construction-async-property-ui-render-gate-pattern

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.

async プロパティ パターンを使用した同期構築。非同期初期化が必要だが、モジュールからエクスポート可能であり、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 とは?

async プロパティ パターンを使用した同期構築。非同期初期化が必要だが、モジュールからエクスポート可能であり、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 で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/epicenterhq/epicenter