data-client-manager とは?
グローバルな副作用に対する @data-client マネージャーの実装 - WebSocket、SSE、ポーリング、サブスクリプション、ロギング、ミドルウェア、コントローラー アクション、redux パターン ソース: reactive/data-client。
グローバルな副作用に対する @data-client マネージャーの実装 - WebSocket、SSE、ポーリング、サブスクリプション、ロギング、ミドルウェア、コントローラー アクション、redux パターン
コマンドラインで data-client-manager AI スキルを開発環境にすばやくインストール
ソース: reactive/data-client。
Managers are singletons that handle global side-effects. Kind of like useEffect() for the central data store. They interface with the store using Controller, and redux middleware is run in response to actions.
Always use actionTypes when comparing action.type. Refer to Actions for list of actions and their payloads.
Controller has dispatchers: ctrl.fetch(), ctrl.fetchIfStale(), ctrl.expireAll(), ctrl.invalidate(), ctrl.invalidateAll(), ctrl.setResponse(), ctrl.set(), ctrl.setError(), ctrl.resetEntireStore(), ctrl.subscribe(), ctrl.unsubscribe().
グローバルな副作用に対する @data-client マネージャーの実装 - WebSocket、SSE、ポーリング、サブスクリプション、ロギング、ミドルウェア、コントローラー アクション、redux パターン ソース: reactive/data-client。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/reactive/data-client --skill data-client-managerグローバルな副作用に対する @data-client マネージャーの実装 - WebSocket、SSE、ポーリング、サブスクリプション、ロギング、ミドルウェア、コントローラー アクション、redux パターン ソース: reactive/data-client。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/reactive/data-client --skill data-client-manager インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/reactive/data-client