DEV Community

Ashok Kumar Kumhar
Ashok Kumar Kumhar

Posted on

TanStack query or RTK query.

Hi community,

I’m currently working on a large-scale project where React Query (TanStack Query) has been set up for managing server-state. However, I also need to handle client-side state efficiently. Should we continue using React Query alongside Redux Toolkit, or would it be more effective to adopt RTK Query with Redux Toolkit for a unified state management approach? I’d appreciate the team’s input on the best strategy moving forward.

Top comments (0)