Skip to content

aldipee/issue-tracker-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POC Front End with React Query

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

Get Started

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

Commands

Running locally:

yarn start