gs-tanstack-react-query

Installation
SKILL.md

TanStack React Query (Clean Architecture)

Data Flow with DTOs

useServerActionQuery → Server Action → Use Case → DTO

All query responses are DTOs, not Entities. TypeScript types should reflect this.

Core Hooks

import {
  useServerActionQuery,
  useServerActionMutation,
  useServerActionInfiniteQuery,
} from '@saas4dev/core'
Installs
9
GitHub Stars
1
First Seen
Feb 10, 2026
gs-tanstack-react-query — gilbertopsantosjr/fullstacknextjs