·rdc-react
{}

rdc-react

reactive/data-client

Verwenden Sie @data-client/react-Hooks – useSuspense, useQuery, useCache, useLive, useController für Abruf/Mutationen, DataProvider, AsyncBoundary, useLoading, useDebounce

3Installationen·0Trend·@reactive

Installation

$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.

Verwenden Sie @data-client/react-Hooks – useSuspense, useQuery, useCache, useLive, useController für Abruf/Mutationen, DataProvider, AsyncBoundary, useLoading, useDebounce Quelle: reactive/data-client.

Original anzeigen

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/reactive/data-client --skill rdc-react
Kategorie
{}Datenanalyse
Verifiziert
Erstes Auftreten
2026-02-01
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist rdc-react?

Verwenden Sie @data-client/react-Hooks – useSuspense, useQuery, useCache, useLive, useController für Abruf/Mutationen, DataProvider, AsyncBoundary, useLoading, useDebounce Quelle: reactive/data-client.

Wie installiere ich rdc-react?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/reactive/data-client --skill rdc-react Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Wo ist das Quell-Repository?

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