Introduction To React Query
Generally, when we make API calls to fetch data in a regular react application, we store all the fetched data in a global state that is made available to us by redux or useContext so that it is cached and we can fetch it again without having to wait ...
ayanshukla.hashnode.dev4 min read