React Query
React Query is a library, Used to fetch data asynchronously Prerequisites – Getting started – Add React query to your react app npm Install react-query run this comment to add Import QueryClient and QueryClientProvider from react-query wrap with your App component with QueryClientProvider give QueryClient() to the QueryClientProvider Api Call – Import useQuery. useQuery needs […]