What is React Query
React query is an open-source library that helps you with fetching data, cashing , prefetching data and a bunch more methods, it makes your code clean and helps you to write less code and do more
How the data is fetched without us...