Skip to content

kshanmugharaj/react-query-demo

Repository files navigation

React Query Demo

A sample project to show how to use useQuery to poll (retry on status code) api's by condition, refetch on data change.

How to run

Install the dependencies by running the following commands

npm install

cd ./api

npm install

Run npm run dev at root and inside the api folder. Then navigate to http://localhost:3000.

About

react query demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published