Dirard

Results 2 issues of Dirard

### Is your feature request related to a problem? Please describe. i have custom transport with refresh token logic with same intrerface as common fetch. FetchLoader uses fetch, can i...

Feature proposal
Custom loader

```ts // api getInfinityScrollThreads: build.infiniteQuery // slice extraReducers: (builder) => { builder.addMatcher(api.endpoints.getInfiniteQueryPosts.matchFulfilled, (state, action) => { const payload = action.payload

RTK-Query
TypeScript