effect-query
v1.0.0
Published
Effect adapter for Tanstack Query
Downloads
19,282
Readme
Effect Query
Integration of Effect-ts with Tanstack Query. Run your Effects from Tanstack Query. Fully type-safe and compatible with Effect RPC and Effect HttpApi.
Quick Start
# Install the package
npm install effect-query
# Install peer dependencies (if not already installed)
npm install @tanstack/react-query effect
