home / skills / reactive / data-client

reactive/data-client

Async State Management without the Management. REST, GraphQL, SSE, Websockets

14 skills
GitHub

Sponsored

data-client-rest-setup

reactive/data-client

2.0k
This skill configures @data-client/rest for REST APIs, offering a project-specific BaseEndpoint class with urlPrefix, auth, and error handling.
data-client-react-testing

reactive/data-client

2.0k
This skill assists testing React data-client hooks and components with renderDataHook, fixtures, and nock HTTP mocks for reliable unit and integration tests.
data-client-endpoint-setup

reactive/data-client

2.0k
This skill configures @data-client/endpoint to wrap custom async functions for non-REST/GraphQL patterns with Data Client hooks.
data-client-rest

reactive/data-client

2.0k
This skill helps you model, fetch, and normalize REST resources with type safety and automatic cache management using @data-client/rest.
data-client-setup

reactive/data-client

2.0k
This skill installs and configures the appropriate data-client package for your project type and protocol, then delegates to protocol-specific setup.
changeset

reactive/data-client

2.0k
This skill analyzes code changes, generates changesets, updates docs, drafts blog entries, and prepares PR descriptions for user-facing releases.
data-client-graphql-setup

reactive/data-client

2.0k
This skill configures @data-client/graphql for GraphQL APIs, enabling authenticated endpoints and custom headers with automatic integration after
data-client-manager

reactive/data-client

2.0k
This skill helps you manage global side effects with @data-client Managers, coordinating websockets, SSE, polling, and middleware for a reactive app.
data-client-react

reactive/data-client

2.0k
This skill helps you fetch, cache, and stream API data with suspenseful and live updates using Data Client React hooks for React apps.
data-client-vue-testing

reactive/data-client

2.0k
This skill helps you test Vue data-client composables and components with suspense, fixtures, and mocks to ensure reactive state updates.
initialize

reactive/data-client

2.0k
This skill helps new developers initialize the Reactive Data Client monorepo by installing prerequisites, installing dependencies, building, testing, and
packages-documentation

reactive/data-client

2.0k
This skill helps you generate and maintain comprehensive API documentation across core, rest, and graphql packages, improving discoverability and consistency.
data-client-schema

reactive/data-client

2.0k
This skill helps you design and compose scalable data schemas for entities, collections, and unions, enabling normalized, polymorphic, and relational data in