Reactive Solutions
Official@reactive · United States of America
Offers type-safe data fetching, normalization, and state management primitives for React and Vue frontend architectures.
Agent Skills by Reactive Solutions
Showing 30 vetted skills indexed across 1 GitHub repositories.
advisor-workflow
Coordinates implementation work with advisor subagent consults for design-bearing code changes.
data-client-graphql-setup
Configures GQLEndpoint with authentication and error handling for GraphQL APIs.
data-client-setup
Installs and configures Reactive Data Client providers for React, NextJS, Expo, React Native, and Vue projects.
data-client-schema
Define normalized data schemas with Entity, Collection, Union, and Query for @data-client applications.
data-client-endpoint-setup
Wraps existing async functions with @data-client/endpoint for Data Client hooks integration.
initialize
Guides developers through installing, building, and testing the Reactive Data Client monorepo.
changeset
Generate user-focused changesets, changelog entries, and release documentation for semver package bumps.
data-client-vue-testing
Test Vue composables and components built on @data-client/vue with fixtures, nock, and fake timers.
data-client-react-testing
Test @data-client/react hooks and components with fixtures, interceptors, and mock resolvers.
pr
Creates GitHub pull requests from working changes with generated titles and descriptions.
data-client-rest-setup
Migrates existing HTTP client code to @data-client/rest and configures a custom RestEndpoint base class.
data-client-v0.18-migration
Migrates @data-client codebases to v0.18 delegate signatures using a codemod and manual fixes.
data-client-react
Implements React data fetching, mutations, and subscriptions using @data-client/react hooks.
frontend-design
Generates production-grade frontend interfaces with distinctive typography, color, motion, and layout design.
data-client-manager
Implement @data-client Managers for global side effects like websockets, polling, and offline persistence.
path-to-regexp-v8-migration
Migrate @data-client/rest path strings from path-to-regexp v6 to v8 syntax.
data-client-rest
Define type-safe REST resources and endpoints with automatic normalization and caching.
rdc-react
Expose React hooks for data fetching, caching, and live updates.
rdc-manager
Manage global side effects via @data-client Manager interface with Middleware and Controller.
rdc-react-testing
Test @data-client/react hooks and components with fixtures and interceptors.
rdc-vue-testing
Test Vue data-client composables and components with fixtures and nock mocking.
initialize
Set up Node.js, Yarn, and workspace commands for the Reactive Data Client monorepo.
changeset
Generate changesets and release notes from code changes in multi-package projects.
rdc-rest
Define type-safe REST APIs with schema-driven normalization and caching.
Frequently Asked Questions About Reactive Solutions
FAQPage SchemaWhat specific frontend tasks does Reactive Solutions enable?▼
Reactive Solutions enables declarative data fetching, caching, and live state updates for React and Vue applications. It provides primitives for defining type-safe REST and GraphQL endpoints, normalizing complex JSON responses into entities, and managing global side effects through a centralized controller interface.
Which developers benefit from using these packages?▼
Frontend engineers and full-stack developers working with React or Vue benefit from these packages. They are specifically designed for teams managing complex data requirements, requiring strict TypeScript schema definitions, and needing consistent testing patterns for asynchronous network requests across large-scale web applications.
What are the prerequisites for implementing these data-fetching patterns?▼
Implementation requires a Node.js environment and a package manager like Yarn. Projects must be configured for TypeScript to leverage the type-safe endpoint definitions and schema-driven normalization. Users should have an existing REST or GraphQL backend to map against the defined Entity and Collection schemas.