Che cos'è rdc-react?
Utilizza gli hook @data-client/react: useSuspense, useQuery, useCache, useLive, useController per fetch/mutazioni, DataProvider, AsyncBoundary, useLoading, useDebounce Fonte: reactive/data-client.
Utilizza gli hook @data-client/react: useSuspense, useQuery, useCache, useLive, useController per fetch/mutazioni, DataProvider, AsyncBoundary, useLoading, useDebounce
Installa rapidamente la skill AI rdc-react nel tuo ambiente di sviluppo tramite riga di comando
Fonte: reactive/data-client.
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.
Utilizza gli hook @data-client/react: useSuspense, useQuery, useCache, useLive, useController per fetch/mutazioni, DataProvider, AsyncBoundary, useLoading, useDebounce Fonte: reactive/data-client.
Campi e comandi stabili per citazioni AI/ricerca.
npx skills add https://github.com/reactive/data-client --skill rdc-reactUtilizza gli hook @data-client/react: useSuspense, useQuery, useCache, useLive, useController per fetch/mutazioni, DataProvider, AsyncBoundary, useLoading, useDebounce Fonte: reactive/data-client.
Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.) Copia ed esegui questo comando: npx skills add https://github.com/reactive/data-client --skill rdc-react Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw
https://github.com/reactive/data-client