Reactive Solutions avatar

Reactive Solutions

Official

@reactive · United States of America

0Followers
|
5Public Repos
|
30Published Skills

Offers type-safe data fetching, normalization, and state management primitives for React and Vue frontend architectures.

Skills Distribution
DomainDeveloper To...Frontend State Man.. (40%)Data Normalization (30%)Testing & Quality .. (20%)Package Lifecycle .. (10%)

Agent Skills by Reactive Solutions

Showing 30 vetted skills indexed across 1 GitHub repositories.

reactivereactive
2.0k

advisor-workflow

Coordinates implementation work with advisor subagent consults for design-bearing code changes.

Official
Advanced
reactivereactive
2.0k

data-client-graphql-setup

Configures GQLEndpoint with authentication and error handling for GraphQL APIs.

Official
Intermediate
reactivereactive
2.0k

data-client-setup

Installs and configures Reactive Data Client providers for React, NextJS, Expo, React Native, and Vue projects.

Official
Intermediate
reactivereactive
2.0k

data-client-schema

Define normalized data schemas with Entity, Collection, Union, and Query for @data-client applications.

Official
Advanced
reactivereactive
2.0k

data-client-endpoint-setup

Wraps existing async functions with @data-client/endpoint for Data Client hooks integration.

Official
Intermediate
reactivereactive
2.0k

initialize

Guides developers through installing, building, and testing the Reactive Data Client monorepo.

Official
Basic
reactivereactive
2.0k

changeset

Generate user-focused changesets, changelog entries, and release documentation for semver package bumps.

Official
Intermediate
reactivereactive
2.0k

data-client-vue-testing

Test Vue composables and components built on @data-client/vue with fixtures, nock, and fake timers.

Official
Advanced
reactivereactive
2.0k

data-client-react-testing

Test @data-client/react hooks and components with fixtures, interceptors, and mock resolvers.

Official
Intermediate
reactivereactive
2.0k

pr

Creates GitHub pull requests from working changes with generated titles and descriptions.

Official
Intermediate
reactivereactive
2.0k

data-client-rest-setup

Migrates existing HTTP client code to @data-client/rest and configures a custom RestEndpoint base class.

Official
Advanced
reactivereactive
2.0k

data-client-v0.18-migration

Migrates @data-client codebases to v0.18 delegate signatures using a codemod and manual fixes.

Official
Intermediate
reactivereactive
2.0k

data-client-react

Implements React data fetching, mutations, and subscriptions using @data-client/react hooks.

Official
Intermediate
reactivereactive
2.0k

frontend-design

Generates production-grade frontend interfaces with distinctive typography, color, motion, and layout design.

Official
Intermediate
reactivereactive
2.0k

data-client-manager

Implement @data-client Managers for global side effects like websockets, polling, and offline persistence.

Official
Advanced
reactivereactive
2.0k

path-to-regexp-v8-migration

Migrate @data-client/rest path strings from path-to-regexp v6 to v8 syntax.

Official
Intermediate
reactivereactive
2.0k

data-client-rest

Define type-safe REST resources and endpoints with automatic normalization and caching.

Official
Intermediate
reactivereactive
2.0k

rdc-react

Expose React hooks for data fetching, caching, and live updates.

Official
Intermediate
reactivereactive
2.0k

rdc-manager

Manage global side effects via @data-client Manager interface with Middleware and Controller.

Official
Intermediate
reactivereactive
2.0k

rdc-react-testing

Test @data-client/react hooks and components with fixtures and interceptors.

Official
Intermediate
reactivereactive
2.0k

rdc-vue-testing

Test Vue data-client composables and components with fixtures and nock mocking.

Official
Advanced
reactivereactive
2.0k

initialize

Set up Node.js, Yarn, and workspace commands for the Reactive Data Client monorepo.

Official
Intermediate
reactivereactive
2.0k

changeset

Generate changesets and release notes from code changes in multi-package projects.

Official
Advanced
reactivereactive
2.0k

rdc-rest

Define type-safe REST APIs with schema-driven normalization and caching.

Official
Advanced

Frequently Asked Questions About Reactive Solutions

FAQPage Schema
What 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.