React Query is a server-state library, responsible for managing asynchronous operations between your server and client. Redux, MobX, Zustand, etc. are client-state libraries that can be used to store asynchronous data, albeit inefficiently when compared to a tool like React Query .