I'm running a comparison between RTK Query and React Query, trying to decide which one to use in my React/Redux app.
One of the points for consideration is their integration with Redux.
I did some research and it seems like the only difference between the two in that regard, is that if using RTK Query you would see the query results in your Redux store and in the Redux DevTools which is a bit more convenient.
Am i missing something else? Or other than that, they both work the same with Redux?