Using RTK Query with Redux DevTools #1269
Answered
by
phryneas
dorbaruchh
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
phryneas
Jul 8, 2021
Replies: 1 comment
-
Splitting the api into multiple @FaberVitale has a monitor plugin for the Redux Devtools in the works, you can check that out over at reduxjs/redux-devtools#750 There is also an in-browser-demo of it available at https://rtk-query-monitor-demo.netlify.app/ |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dorbaruchh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Splitting the api into multiple
reducerPath
s is definitely not the right approach and we advise against doing that generally as it will make stuff like automatic invalidation impossible.@FaberVitale has a monitor plugin for the Redux Devtools in the works, you can check that out over at reduxjs/redux-devtools#750
There is also an in-browser-demo of it available at https://rtk-query-monitor-demo.netlify.app/