This is sample web app with react-query. React Query provides easy-to-use features for :
- Window focus pre-fetching mechanism to pre-fetch the data depending on application tab activity.
- Set the number of request retries for any request, in case of random errors.
- React-Query performs pre-fetching so that the application can update stale data in the background.
- Handling complex application caching so that the request operation is optimized.
- Optimistic UI
The data that availabel in this app is provided by msw
Plese follow these steps to run the app in your local machine:
Clone the repo:
git clone https://github.com/aldipee/issue-tracker-client.git
cd issue-tracker-client
Install the dependencies:
yarn install
or if you are using npm
npm install
Running locally:
yarn start