rdc-react
✓Utilice ganchos @data-client/react: useSuspense, useQuery, useCache, useLive, useController para búsqueda/mutaciones, DataProvider, AsyncBoundary, useLoading, useDebounce
Instalación
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.
Utilice ganchos @data-client/react: useSuspense, useQuery, useCache, useLive, useController para búsqueda/mutaciones, DataProvider, AsyncBoundary, useLoading, useDebounce Fuente: reactive/data-client.
Datos (listos para citar)
Campos y comandos estables para citas de IA/búsqueda.
- Comando de instalación
npx skills add https://github.com/reactive/data-client --skill rdc-react- Fuente
- reactive/data-client
- Categoría
- {}Análisis de Datos
- Verificado
- ✓
- Primera vez visto
- 2026-02-01
- Actualizado
- 2026-02-18
Respuestas rápidas
¿Qué es rdc-react?
Utilice ganchos @data-client/react: useSuspense, useQuery, useCache, useLive, useController para búsqueda/mutaciones, DataProvider, AsyncBoundary, useLoading, useDebounce Fuente: reactive/data-client.
¿Cómo instalo rdc-react?
Abre tu terminal o herramienta de línea de comandos (Terminal, iTerm, Windows Terminal, etc.) Copia y ejecuta este comando: npx skills add https://github.com/reactive/data-client --skill rdc-react Una vez instalado, el skill se configurará automáticamente en tu entorno de programación con IA y estará listo para usar en Claude Code o Cursor
¿Dónde está el repositorio de origen?
https://github.com/reactive/data-client
Detalles
- Categoría
- {}Análisis de Datos
- Fuente
- skills.sh
- Primera vez visto
- 2026-02-01