·rdc-react
{}

rdc-react

reactive/data-client

@data-client/react フックを使用する - useSuspense、useQuery、useCache、useLive、フェッチ/ミューテーション用の useController、DataProvider、AsyncBoundary、useLoading、useDebounce

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

インストール

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

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 で使用できるようになります

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

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