redux-toolkit icon indicating copy to clipboard operation
redux-toolkit copied to clipboard

The official, opinionated, batteries-included toolset for efficient Redux development

Results 422 redux-toolkit issues
Sort by recently updated
recently updated
newest added

Feature Request: - Option to specify a file extension: Add a configuration option to specify the file extension (e.g., .js, .ts) that should be used in all import statements within...

enhancement
RTKQ-Codegen

> @markerikson , this might be a bit of a hijack... sorry. I have a use case that seems pretty reasonable but I just can't get started. I have been...

docs
rtk-query

I have a codebase using legacy redux patterns and trying to slowly but steadily transition to using modern redux. I have a set of old Actions that are created similiar...

With `immer` alternatives like [structura.js](https://giusepperaso.github.io/structura.js/) and [mutative](https://github.com/unadlib/mutative) popping up, it might make sense to allow the configuration of the `produce` implementation used by RTK. This PR would, by default, still...

This PR updates the existing PR titled "[Update Examples to use React Router 6.8 Patterns]" to reflect the changes for React Router version 6.26.2. Additionally, it includes updates to the...

Hey, I would like to know if RTK-Query handles the `collectionFormat` value described in the parameter swagger docs https://swagger.io/docs/specification/2-0/describing-parameters/ From what I have seen with RTKQ, array parameters are always...

question
rtkq-codegen

This is somewhat a duplicate of #1141, following the changes made in #4467 it'll probably be a good idea to distinguish between internal and external API elements through the usage...

maintenance

I've seen all the other issues and double checked that "strict": true is in my tsconfig.json "typescript": "^4.9.5" with up to date create react app setup This Works as part...

Hi, as discussed in https://github.com/reduxjs/redux-toolkit/issues/3248 , I integrated rtk-query with normy, a library, which allows automatic normalization and data updates for fetching libraries. There is already react-query and swr integration,...

enhancement
rtk-query

I had a difficult time figuring out how to get proper TypeScript responses for dispatched thunk actions. I read the docs several times, and even though the answer was there...