Jul 2, 2021
In Redux, we know, all the state at a glance, like we've 5 Reducer, and we exactly know the states and data. But, this way, I've to go through the components to get a quick look.
And I think still Redux is more scalable than React Query for a big project.