Setup React Query and using it
what is React Query?
it is a data-fetching and state management library for React applications that simplifies fetching, caching, and updating data.
how to install it ?
npm i @tanstack/react-query
First we need to import QueryClient class and QueryC...
moemensaadeh.hashnode.dev4 min read