What is React Query and why do we need it?
React Query, a React library that simplifies the way we fetch cache and synchronize data from a server. React itself has no opinions about how you fetch data from the front end.
The most basic approach is to use the browser fetch api. When a compone...
abhisheksingh98.hashnode.dev3 min read