·rdc-manager
{}

rdc-manager

reactive/data-client

グローバルな副作用に対する @data-client/react マネージャーの実装 - WebSocket、SSE、ポーリング、サブスクリプション、ロギング、ミドルウェア、コントローラー アクション、redux パターン

8インストール·0トレンド·@reactive

インストール

$npx skills add https://github.com/reactive/data-client --skill rdc-manager

SKILL.md

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().

グローバルな副作用に対する @data-client/react マネージャーの実装 - WebSocket、SSE、ポーリング、サブスクリプション、ロギング、ミドルウェア、コントローラー アクション、redux パターン ソース: reactive/data-client。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/reactive/data-client --skill rdc-manager
カテゴリ
{}データ分析
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

rdc-manager とは?

グローバルな副作用に対する @data-client/react マネージャーの実装 - WebSocket、SSE、ポーリング、サブスクリプション、ロギング、ミドルウェア、コントローラー アクション、redux パターン ソース: reactive/data-client。

rdc-manager のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/reactive/data-client --skill rdc-manager インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

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

https://github.com/reactive/data-client