Fetching Data using React-Query
React Query is a React library used for managing the server state. Moreover, it is also used for fetching, caching, synchronising and updating the server state.
Why use react-query?
React is used to manage the UI state. Moreover, whatever data is fet...