Can I build react project without redux, only using react-query?
Asked
Active
Viewed 2,554 times
0
-
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 – rahuuzz Mar 20 '22 at 15:01