Mark Erikson
Mark Erikson
@rwilliams3088 what specifically would you expect to see in that docs page? > are simply incomplete and fail to tell you how to fully perform a query without react hooks...
@rwilliams3088 : we can try to add some more examples, but at the same time: it sounds like you're expecting this docs page to explain core Redux concepts, and that...
> How and where should I write a reducer that gets triggered by the api/executeQuery/fulfilled action? I need this so I can put the response in a predictable location in...
@Thorin537 : passing a query arg around is an app architecture thing that you would have to handle yourself. There is no list or queue of ordered requests. RTKQ's cache...
@Thorin537 how so? I don't see how manually calling `createAsyncThunk` solves that coordination issue. FWIW, RTKQ actually uses `createAsyncThunk` inside, and those `someEndpoint.initiate` methods _are_ thunks. If the issue is...
@Thorin537 : you'd use a `api.endpoints.someEndpoint.matchFulfilled` with a slice's `builder.addMatcher()` - see See https://redux.js.org/tutorials/essentials/part-8-rtk-query-advanced#tracking-client-side-state .
Where and why are you trying to import `RtkQueryMonitor`? That's a component of the DevTools Extension UI, and not normally something you'd need to reference yourself.
> ``` > const stableArg = useStableQueryArgs( > options.skip ? skipToken : arg, > // Even if the user provided a per-endpoint `serializeQueryArgs` with > // a consistent return value,...
@fer662 could you try the PR preview build from #4996 and see if that helps your situation?
Finally swinging back to this thread. I'd feel better if more folks had responded with "yes I tried the PR and it works", but we've got a couple positive comments...