redux-toolkit
redux-toolkit copied to clipboard
The official, opinionated, batteries-included toolset for efficient Redux development
Hi! Rather than an issue, I'd like to submit a suggestion: it would be great if the configuration API for the immutable check middleware could accept and handle wildcards. Let...
I can't find issue of why my pessimistic update doesn't work. If im using optimistic updates, everything work correct, but not the case with pessimistic update. I followed documentation, checked...
Hi, I try to generate endpoints from a openapi file, all is good but all my endpoint forward a x-total variable in the headers. I want retrieve this with a...
We are in a react native app and need to persist the api data to make it possible to use the app when being offline. After fetching the data with...
See the bug on the typescript repo: https://github.com/microsoft/TypeScript/issues/49307#issuecomment-1195031370 It seems the typescript team will not fix this. Maybe the redux-toolkit types can be fixed to be compatible and still infer?...
Hello, Firstly, nice work on this helpful library. Makes working with redux & API requests much simpler & streamlined. I'm trying to use RTK-Query / refetch in a not-so-standard way...
### Problem When using the `EntityAdapter`'s exported selectors with reselects `createSelector` a Typescript error is thrown regarding the [$CombinedState symbol](https://github.com/reduxjs/redux/blob/45281b6b3f6bfe69ceb2450c2c48961e2891d2c9/index.d.ts#L38) not being exported. ### Example: ``` import { createSelector }...
https://github.com/reduxjs/redux-toolkit/issues/2175
Hi, I have developed a Node JS API Client that is being used in several of my apps. I now want to wrap this client inside hooks. I use a...
Came across the message `An unhandled error occured processing a request for the endpoint`. `occured` -> `occurred`.