0

Can I build react project without redux, only using react-query?

tonwayer
  • 382
  • 1
  • 3
  • 11
  • 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

1 Answers1

2

See this page in react query's docs where they answer this exact question - hope that helps!

ZenVentzi
  • 3,945
  • 3
  • 33
  • 48
Ross
  • 396
  • 2
  • 7