@curiousyuvi/tquery-hooks
v1.2.1
Published
A library of demo TanStack Query hooks.
Maintainers
Readme
TQuery Hooks
A library of TanStack Query actions for a demo json-server REST API. Superagent library used for REST API calls.
Installation
npm i @curiousyuvi/tquery-hooksor
yarn add @curiousyuvi/tquery-hooksTesting
Unit Tests for each action written using vitest and @testing-library/react are present. To run tests hit:
npm run testor
yarn testStorybook
Storybook example for each action are present. To run storybook hit:
npm run storybookor
yarn storybook